How to change the color of arrow icon in filters

What about the arrow in the filter containers? Is there a way to change that color?

3 Likes

Welcome to the Community, @kt_at_LINCC :waving_hand:

You can achieve this using this code in the Custom CSS field on the Style tab of your widget’s settings:

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

Give it a try and let me know if it helped :wink:

3 Likes