Question: Horizontal Filters
-
Hi there
We’re using horizontal filters on our shop and would have two questions:
1.) Is it possible to make the filters “sticky” while scrolling down in the shop?
2.) Where can we remove the “sort by” and “price filter” (text version) from the shop filter area? We couldn’t find this widgets but they are displayed.
Many thanks
-a
Attachments:
You must be
logged in to view attached files.
Hello,
1. Sorry, It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.
2. The below code will help you to hide these filters, paste it in Theme Settings -> Custom CSS.
.woocommerce-shop .filters-area .woodmart-woocommerce-sort-by,
.woocommerce-shop .filters-area .woodmart-price-filter {
display: none;
}
Kind Regards
I’ve added the css above to hide the sort by, but it’s not working š
Hello,
In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Kind Regards
Hi Luke, I have opened a separate topic will give you the data there https://xtemos.com/forums/topic/remove-sort-by-in-shop-area-filter/
Hello,
I see that that issue is sorted out in that topic.
So can I close this topic? Just let me know.
Kind Regards
yes, it can be closed, thanks
Hello,
Great! In case you need any additional help, Iād be more than happy to assist you.
Wish you all the best.
Kind Regards
The topic ‘Question: Horizontal Filters’ is closed to new replies.