customize mobilview shop filters
-
Hello,
I have a problem with my shop filters on the mobile view.
I added my own filters (german). Now I want to delete the other filters (english).
How can I do that?
Thanks.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. To Remove the area you mentioned in the screenshot. Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.filters-inner-area #WOODMART_Widget_Sorting, #WOODMART_Widget_Price_Filter {
display: none;
}
Best Regards.