Delete Price Filter of shop
-
Hi peolple, I need to delete price filter on the shop. How can I do?
Hello,
Please Go to Appearance >> Widgets >> Shop page widget area and Remove the Price filter widget.
Screenshot for Clarification: https://gyazo.com/6fe8fa623f03d350f63f001c3e4e9939
Best Regards
This doesnt work, because I did before. The delete a price filter in side bar, no in the woodmart shop filter.
See attached,1-g 2-g how I have now.
last attached, see where I need to delete, and i didnt find where.
attached 1-g
Attachments:
You must be
logged in to view attached files.
attached 2-g
Attachments:
You must be
logged in to view attached files.
where i need to delete
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
div#WOODMART_Widget_Price_Filter {
display: none;
}
Best Regards