Home Forums WoodMart support forum Custom Filters SHOP layout Reply To: Custom Filters SHOP layout

#181352

Hello,

These are default filters and they are not changeable. I can provide custom to hide them and instead add other widgets with wider options.

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

#WOODMART_Widget_Price_Filter,
#WOODMART_Widget_Sorting{
display:none;
}

Best Regards