Access and Edit The Product Filter Widget
-
I was trying to edit the filter widget as seen in the attached image. I was able to add elements through Appearance->Widgets->Shop filters, but I couldn’t edit or remove the first two elements, namely Sort by and Price Filter. How can I edit those?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
#WOODMART_Widget_Price_Filter,
#WOODMART_Widget_Sorting{
display:none;
}
Best Regards