Support

Home Forums Event Espresso Premium Remove the word "Description" from the event reg page

Remove the word "Description" from the event reg page

Posted: October 4, 2012 at 5:12 pm


derekk2110

October 4, 2012 at 5:12 pm

Morning all

In the event registration page it has the word “description” . . just above the actual description for the event. I’ve looked all around the event detail and cant find if there is a flag to remove that header word, looks odd the way it sticks out. Is there a way to do this and/or do I need to change the PHP?

Any feedback would be helpful 🙂


Seth Shoultes

  • Support Staff

October 4, 2012 at 5:27 pm

You can remove it from the template files or with CSS in your theme (easiest method).


derekk2110

October 5, 2012 at 6:06 am

But isnt this part of the event espresso registration page that is called from the shortcode? would it be in an eventespresso file?


Josh

  • Support Staff

October 5, 2012 at 6:49 am

With CSS you can hide elements that get generated on to the web page. In this case, you can add this to your custom stylesheet:

.event_espresso_form_wrapper p.section-title {display: none;}

This will hide the line that prints “Description:” without editing any of the files within Event Espresso. If you edit Event Espresso’s files instead of using CSS, you’ll need to stay on top of the edits each time there is a software update.

If your WP theme does not have a custom stylesheet that you can add this to, there are plugins available in the WP.org repo that will add a custom CSS editor to the dashboard: The my custom CSS plugin is one and Jetpack is another.

The support post ‘Remove the word "Description" from the event reg page’ 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