Home Forums WoodMart support forum How can i change the filter icon, accross all devices?

How can i change the filter icon, accross all devices?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #401787

    supp0rt
    Participant

    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,

    #401789

    supp0rt
    Participant

    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

    #401862

    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

    #402265

    supp0rt
    Participant

    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

    #402567

    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

Viewing 5 posts - 1 through 5 (of 5 total)