Home Forums WoodMart support forum uncategorized section

uncategorized section

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

    Ismaeeling
    Participant

    How can I avoid of showing uncategorized section in store header and also filter by category ?

    #206615

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .widget_product_categories .product-categories li.cat-item-117,
    .widget_product_categories .product-categories li.cat-item-15{
    display:none;
    }
    .woodmart-product-categories li.cat-item-117 {
        display:none;
    }

    Best Regards

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