What about the arrow in the filter containers? Is there a way to change that color?
Welcome to the Community, @kt_at_LINCC ![]()
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 ![]()
3 Likes