Hi – I used the CSS found in the Knowledgebase to try and hide past events in the Month View. However it doesn’t seem to be working. (It actually worked once until I refreshed and then the events were back)
This is where I found the CSS – https://theeventscalendar.com/knowledgebase/hide-past-events-on-the-events-calendars-month-view/
Calendar is located at http://www.lakelandmom.com/calendar (this is the default page, not shortcode)
This is the CSS I’m using.
.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a,
.tribe-events-calendar td.tribe-events-past .tribe-events-viewmore {
display: none;
}
.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar td.tribe-events-past .type-tribe_events {
border: none;
box-shadow: none;
}