Home Forums WoodMart support forum How to hide order by and price filter from filters?

How to hide order by and price filter from filters?

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

    webmakers2011
    Participant

    Hi,

    I’m trying to hide orderby and the price filter from filters but they do not disappear even after I have removed them from the widget area?

    Thanks,
    Best Regards

    #215168

    Hello,

    Do you mean Top filters?

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

    #WOODMART_Widget_Price_Filter,
    #WOODMART_Widget_Sorting{
    display:none;
    }

    Best Regards

    #215277

    webmakers2011
    Participant

    Thank you this worked! Best Regards

    #215294

    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 ‘How to hide order by and price filter from filters?’ is closed to new replies.