How can i change the filter icon, accross all devices?
-
Hello,
I would like to ask, how it is possible to change the icon that appears on the left of the filters, inside the shop page.
I want the same icon to be applied also on the bottom bar on mobile devices.
Best Regards,
Something that I forgot to mention. I want to use the sliders icon from the font awsome library. But if the theme provides this in another library, then let me know.
Best Regards
Hello,
Please show the icon you want to see instead. Upload this image to the Media library and provide its URL we will give you custom CSS.
Best Regards
I would like to change the icon with the sliders from the font awesome library. https://fontawesome.com/v4/icon/sliders
IF the theme provides the same icon from his library, then you can add this font-family. (Mostily based on performance).
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-show-sidebar-btn.wd-action-btn>a:before {
content: "\f15c";
}
Best Regards