Change color of arrows in filters

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

.es-filter-button-slot {
  fill: white!important;
}
2 Likes