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?