Support

Home Forums Event Espresso Premium Need help hiding the author and publish date

Need help hiding the author and publish date

Posted: January 23, 2018 at 5:34 pm


AffinityStrategies

January 23, 2018 at 5:34 pm

Hello,

I’ve tried adding several CSS codes that I’ve found other forum threads to hide the author and publish date. However, none are working on my theme (Divi).

Here is a link to the event registration page.

https://illinoispa.org/registration/iapa-2018-spring-cme-conference/

Thanks in advance for your help.

Steph


Tony

  • Support Staff

January 24, 2018 at 2:29 am

Hi Steph,

To hide them on just the EE single event page you can use:

.single-espresso_events .post-meta {
    display: none;
}

To hide them on the EE event list (/registration/ on your site) you can use:

.post-type-archive-espresso_events .post-meta {
    display: none;
}

Combine them both together like so:

.single-espresso_events .post-meta,
.post-type-archive-espresso_events .post-meta {
    display: none;
}

You can add that to Appearance -> Customize -> Additional CSS

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

The support post ‘Need help hiding the author and publish date’ 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