I know that I can use CSS to hide dates for events with this:
#espresso-event-id-51 p.start_date {
display: none;
}
However, I also need to remove dates for only certain events within an event listing. For example, http://tekdoginc.com/nintex-training-schedule/
We have ongoing events with a start date of Jan.1. We want to remove the start date from just these ongoing events — as they appear within the event listing.
I am able to get the event ID when I look at the event itself. I just do not know how to remove the date from certain events when they are listed in an Event Listing.
You should see two events that have the dates gone. Then you can amend the CSS to target your specific events.
BTW: you can use a tool like firebug or chrome developer tools to see the element that is on a page. That is how I found the CSS ids that are associated with the first two events:
The support post ‘Remove Start Date from specific events within an Event List 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.
Support forum for Event Espresso 3 and Event Espresso 4.