This topic has 5 replies, 3 voices, and was last updated 2 years, 6 months ago ago by Jordan
Hello, I want to know is it possible to hide specific filters from specific categories. For example i have Category 1 & Category 2. In both categories i have products with attribute colour and i have made a filter for colour. But in Category 2 i don’t want the clients to see or use filter by colour, i just want to disable that filter for that category, but still the other filters to be available for use.
Hello,
It can be done using Custom CSS code. Provide us with URL of category and widget name, and we will give you the correct code.
Regards
For example the category: https://estetiko.bg/product-category/kuhnya/kuhnenski-smesiteli/standartni-smesiteli/
The filter is filtering the products by attribute, and the attribute slug is proizhod
Hello,
Add the below code to Theme Options > Custom CSS
.tax-product_cat.term-standartni-smesiteli div#woocommerce_layered_nav-20 {display: none;}
Regards
works perfectly thank you very much! 5 star support!
The issue related to '‘Specific filters on specific categories?’' has been successfully resolved, and the topic is now closed for further responses