Home Forums WoodMart support forum Hide products from shop

Hide products from shop

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #331594

    steph_invent
    Participant

    Hello,

    I would like to hide specific products in the shop. I have created a category for these products and then used the following CSS code but the products are still appearing on the shop

    /*hide category 3D project*/
    .filter-widget .product-categories .cat-item-59 {
    display: none;
    }

    Any help please?

    Thank you
    Regards

    #331603

    Hello,

    It is not possible with Custom CSS.

    Please read the following article for help:
    https://woocommerce.com/document/exclude-a-category-from-the-shop-page/

    Best Regards

    #331607

    steph_invent
    Participant

    Hello

    Thanks, I have added it into php file that I have uploaded on the plugin folder and seems working. Do you know how can I also remove it please from the dropdown list of the “categories” on the search bar?

    Thank you

    #331803

    Hello,

    You are Most Welcome.

    Please provide the URL of the website to check it myself and help you out accordingly.

    Best Regards

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