Home Forums WoodMart support forum woodmart Price filter widget

woodmart Price filter widget

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

    melvisnap
    Participant

    Hi, is there a way to disable the price filter widget from the shop filters widget’s area above the products?

    Or maybe set the values myself, the options that the widget shows me are not ideal and I would like to change the values.

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

    Hello,

    Yes, there is. You can set the adding a custom content into the Filter widget and the price filter would be disabled. You can find the option in the Theme Settings > Shop page as shown https://prnt.sc/qakrcn

    If you want to use the widgets, the price filter can be removed with the custom CSS.

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

    #WOODMART_Widget_Price_Filter{
    display:none;
    }
    #WOODMART_Widget_Sorting{
    display:none;
    }

    Best Regards

    #163279

    melvisnap
    Participant

    Great, thanks. I was hoping for another way but it works well.

    #163300

    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 ‘woodmart Price filter widget’ is closed to new replies.