Support

Home Forums Event Espresso Premium Hide Author on event registration page

Hide Author on event registration page

Posted: December 5, 2017 at 5:14 am

Viewing 4 reply threads


Matt

December 5, 2017 at 5:14 am

I wanted to hide the author and also date/time. I managed to hide the date/time, but I am struggling with the custom CSS needed to hide the author.

I’d also like to hide the text “comments are closed” should that be possible.


Tony

  • Support Staff

December 5, 2017 at 5:19 am

Hi Matt,

EE doesn’t add that information to the page so it’ll be from your theme.

Can you link me to an event so I can take a look?


Matt

December 5, 2017 at 5:21 am

here


Tony

  • Support Staff

December 5, 2017 at 5:25 am

Using CSS you can use:

.single-espresso_events .section.section-post-about, 
.single-espresso_events .section.section-post-comments {
    display: none;
}

If you are comfortable working with your theme’s templates you can also create a template that is only used for EE single events (single-espresso_events.php) and remove the details from the template rather than hiding it after its loaded.


Matt

December 5, 2017 at 7:00 am

Great, thanks for that, it worked perfectly.

Viewing 4 reply threads

The support post ‘Hide Author on event registration 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