Hi
Just wondering if it is possible to change the icon that is used for the filter on mobile devices as what you’ve used isn’t the recognised filter icon. It should be a filter control icon – so in this case the X-Store icon called “et-controls” or “/e934”.
I was going to override the css but can’t as it’s an svg so is it possible to allow us to choose the icon within theme settings under the filter options for future as it makes life easier?
Also, the clear all filters option shows the wrong icon too so I have added custom css to change this – as shown below – this shows what I want to do with the sidebar activation icon -> https://i.imgur.com/zdJtF8U.png
The css to override the clear all filters icon is as follows – should also be set as standard in my view?
.et-clear-filter:before {
content: "\e934";
padding-right: 10px;
}
Please advise if we can change this icon -> https://i.imgur.com/zdJtF8U.png
Thank you