This topic has 4 replies, 3 voices, and was last updated 3 years, 10 months ago ago by Olga Barlow
On the shop it is very useful that we have this widget for navigating the product categories.
e.g.
> Shoes
>> Sneekers
>> High Heels
> Shirts
>> Regular Tshirts
>> V-neck shirts
>> Long sleeve shirts
I’d like to make clean categories for special filters (in my case: Red regular tshirts for example).
BUT: I don’t want these categories to show inside the “Shop sidebar widget” (Product categories).
Is there a way to exclude certain categories from this list somehow?
Hello,
Add the next code in Theme Options > Theme custom CSS:
.widget_product_categories.sidebar-widget .cat-item-65 {
display: none;
}
Regards
Hi Rose,
Thank you for your reply.
I can work my way with CSS, but for SEO purposes I’d like to keep the code clean, so the solution I seek is to remove it from the HTML entirely.
Hello,
There is no special option for this. You can submit customization request here to get help with PHP customization.
Regards
You must be logged in to reply to this topic.Log in/Sign up