Hide button from past events

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-button-element-component {
  display: none;
}
1 Like