Removing specific Category from Category Filter
-
Hi, I am use the Category Filter for my Shop page Filter Sidebar. I want to remove a particular category “Creators” as I have a “Filter by Creators” option directly below.
What’s the best way to remove this?
https://1j1.52c.myftpupload.com/shop/
Attachments:
You must be
logged in to view attached files.
Hello,
Try to use the below code, paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.woocommerce-shop .widget_product_categories .product-categories .cat-item-331.cat-parent {
display: none;
}
Kind Regards