I would like to suppress all venue type “webcast” dates in the table pictured. Any suggestions?
Since these are recorded events, they don’t actually have a start date which needs to be displayed at all.
Are those webinar events in their own category you can use to identify them?
The rows of the table use the category slugs assigned to the event, so if those events were set on a category with the slug ‘webinar’ you could use some CSS like this:
You can use CSS to hide specific dates. For example if the event id is 123, your CSS to hide the event will be:
.start_date.event-123 ul {
display: none;
}
Viewing 2 reply threads
The support post ‘Suppress date in event table display’ 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.