Support

Home Forums Event Espresso Premium How can I remove the subheading "registration details" above my contact form?

How can I remove the subheading "registration details" above my contact form?

Posted: October 8, 2014 at 4:54 pm


Jessica Lewis

October 8, 2014 at 4:54 pm

Hi there, How can I remove the subheading “registration details” above my contact form, within the registration form? It looks a little odd just above the other title, ‘Personal Information’… This one is fine.. it’s the registration heading that either needs to be changed into another title and aligned, or be completely removed. Can you provide me with a newbie (beginner style) way of achieving this please? I would like this probably for all future event registration forms.

Thanks,
Nick Barrett


Tony

  • Support Staff

October 9, 2014 at 2:42 am

Hi Nick,

Most of the styling for that header is from your sites theme, with themeroller applying a couple of others for Event Espresso.

There are a couple of ways to remove that heading, you can edit the template files or the easiest option is to just hide the heading using CSS, something like this:

#event-reg-form-groups h3 {
display: none;
}

Will remove the heading from the page.

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.

Also I notice the site is running WP Super Cache, you will need to set Event Espresso critical pages within the do not cache list to prevent issue when user try to register.

Go to Settings -> WP Super Cache -> Advanced Tab.

Within those settings you’ll find the section ‘Accepted Filenames & Rejected URIs’

Within there you’ll find this section – http://take.ms/8XpSV

You need to add the EE critical page strings to that section, by default these are:

/event-registration/
/transactions/
/thank-you/
/registration-cancelled/

So that section should look like this http://take.ms/NqKCA

Then hit ‘Save Strings’.

Finally go back to the ‘Easy’ tab and click ‘Delete Cache’ – http://take.ms/YO7Y6

The support post ‘How can I remove the subheading "registration details" above my contact form?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso