AlanaThePhotographer Posted April 5, 2022 Share Posted April 5, 2022 Site URL: https://www.northviewgardens.ca/events/event-one-mzga2 I'm trying to remove just the event time. I've tried the follow CSS: time.event-date { display: none !important; } However, it just removes the date and leaves the time. So I tried changing "date" to time and it does nothing. Any ideas? Link to comment
AlanaThePhotographer Posted April 5, 2022 Author Share Posted April 5, 2022 li.eventitem-meta-item.eventitem-meta-time.event-meta-item { display: none; } .item-pagination[data-collection-type^="events"], .item-pagination[data-collection-type^="events"] { display: none; } ^^That worked for me! Link to comment
tuanphan Posted April 10, 2022 Share Posted April 10, 2022 You can also use this code span.event-time-localized { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment