Home Forums WoodMart support forum Removing specific Category from Category Filter

Removing specific Category from Category Filter

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #517033

    iamaarongeorge
    Participant

    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.
    #517164

    Luke Nielsen
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)