Make filters larger

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

.eapp-events-calendar-dates-inputText,
.eapp-events-calendar-filter-currentText {
  font-size: 18px;
}

.eapp-events-calendar-controls-component > * > * {
  padding: 20px 24px;
}
1 Like