Make past events gray (Grid)

Add this code to the Custom CSS field on the Style tab of your Event Calendar widget’s settings:

.eapp-events-calendar-layout-past-events .eapp-events-calendar-grid-item {
filter: grayscale(1) !important;
}
1 Like