Home Forums WoodMart support forum REMOVE FILTERS FROM SHOP WIDGET AREA

REMOVE FILTERS FROM SHOP WIDGET AREA

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #188101

    Revolo
    Participant

    Hi,

    How can i remove the “Sort By” & “Price Filter” in widget area above the products?
    I saw the good css update, but only for Basel theme. Is there something like that for woodmart?

    #BASEL_Widget_Sorting{
    display:none;
    }
    #BASEL_Widget_Price_Filter{
    display:none;
    }

    I´m sending the picture with my “problem”. Currently, I turned off this option, in my site, until I solve the problem.

    Attachments:
    You must be logged in to view attached files.
    #188113

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    #WOODMART_Widget_Price_Filter,
    #WOODMART_Widget_Sorting{
    display:none;
    }

    Best Regards

    #188122

    Revolo
    Participant

    Thank you.

    It works.

    #188147

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘REMOVE FILTERS FROM SHOP WIDGET AREA’ is closed to new replies.