Support

Home Forums Event Espresso Premium How to hide author date and time stamp for event in footer section.

How to hide author date and time stamp for event in footer section.

Posted: August 25, 2021 at 6:56 am

Viewing 3 reply threads


SBajohr

August 25, 2021 at 6:56 am

How can I hide the date and time stamp from the page.

Thank you!

https://mitocure.org/events/20th-annual-mitocure-golf-outing-registration/


Tony

  • Support Staff

August 25, 2021 at 7:09 am

Hi there,

Those details are being add by your sites theme rather than Event Espresso, if your theme doesn’t have options to hide them on specific posts you can use some CSS:

.single-espresso_events .entry-time,
.single-espresso_events .entry-author {
    display: none;
}

Add that to Appearance -> Customize -> Additional CSS.

That will hide those two sections specifically on EE events.


SBajohr

August 25, 2021 at 7:51 am

Hi Tony,

Thank you for the help, the author and time stamp were removed. Is there a way to remove the Share via and the small folder?

Thank you!


Tony

  • Support Staff

August 25, 2021 at 8:21 am

Sure, if you are removing everything from that section you can simply hide the whole section using:

.single-espresso_events .entry-meta-news {
    display: none;
}
Viewing 3 reply threads

The support post ‘How to hide author date and time stamp for event in footer section.’ 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