Support

Home Forums Event Espresso Premium Suppress date in event table display

Suppress date in event table display

Posted: July 15, 2019 at 7:51 am


ICLE

July 15, 2019 at 7:51 am

Table example

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.


Tony

  • Support Staff

July 15, 2019 at 8:38 am

Hi there,

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:

#ee_filter_table .webinar .ee-table-view-datetime-list {
    display: none;
}

To hide the dates specifically for that category of events.


Josh

  • Support Staff

July 15, 2019 at 8:40 am

Hi,

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;
}

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.

Event Espresso