Support

Home Forums Event Espresso Premium Remove "Published Date" from Event Page

Remove "Published Date" from Event Page

Posted: August 30, 2018 at 11:44 am


freeformventures

August 30, 2018 at 11:44 am

Hello, can you tell me where the settings are to remove the published date in the top left hand corner of the event page?


Tony

  • Support Staff

August 30, 2018 at 1:04 pm

Hi there,

That isn’t something EE adds by default, EE events are displayed as posts so it will be output from your theme but it can likely be hidden with CSS.

I’ve had a look at your site and the theme isn’t wrapping that output with any useful elements we can use to target them, so I’ve intentionally been rather specific with my selectors.

This one:

.post-type-archive-espresso_events .type-espresso_events > a:first-of-type span.uppercase {
    display: none;
}

Removes the date from the EE event list page and this:

.espresso_event_type-single-event .article-body > p:first-of-type {
    display: none;
}

Will remove it from the single event output.

You can add both of those in Appearance -> Customize -> Additional CSS.

I’ve probably gone a little overboard with how specific those selectors are, but in this case its better to be over specific than to hide elements you don’t want hidden. The other option is to edit the templates used by your theme.


freeformventures

August 30, 2018 at 1:39 pm

Awesome, thanks so much for your help!

The support post ‘Remove "Published Date" from Event 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