woodmart Price filter widget
-
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.
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
Great, thanks. I was hoping for another way but it works well.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘woodmart Price filter widget’ is closed to new replies.