Support

Home Forums Event Espresso Premium Event 'created date' showing on event page

Event 'created date' showing on event page

Posted: April 14, 2024 at 12:10 pm


Creative Spirits

April 14, 2024 at 12:10 pm

Remove “Published Date” from the Event Page. We added the CSS from this article, but that did not work. https://eventespresso.com/topic/remove-published-date-from-event-page/

Here is and example:
https://staging.creativespiritsaz.com/wp-content/uploads/2024/04/created-date-showing.jpg

It’s showing up on every event on the calendar:
https://staging.creativespiritsaz.com/calendar/private-kids-party-girls-scout-troop/


Rio

  • Support Staff

April 14, 2024 at 6:02 pm

Hello,

Themes has different Element selector from the other, you have to inspect your site to see it.

here’s how you do it.

https://monosnap.com/file/D3EgqiIqWKXQaHmbxC7wJnwIANwA9K

.espresso_event_type-single-event span.post_meta_item.post_date {
    visibility: hidden;
}

some prefer display set to none, you can do that too, but ensure to have padding top on the title so it will still look good.

You will notice that you can just target element span.post_meta_item.post_date but if you want to be specific with just all EE, then target .espresso_event_type-single-event which is the parent element of that span. and only shows up for EE page.

Then paste the code to your theme, by going to WP Dashboard -> appearance -> customize -> additional css

thanks

You must be logged in to reply to this support post. Sign In or Register for an Account

Event Espresso