Home Forums WoodMart support forum Shop Filter

Shop Filter

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

    Rahmat Anik
    Participant

    Hello, I’ve two questions.

    1. I want to show only physical products on the shop page, as we’re providing repairing service as well. But we don’t want to show repairing services to the shop page.
    Is there a way we can disable showing repairing services on the shop by category filtering? https://prnt.sc/AbguOdGQmNuW

    2. How to remove the Repair from the category menu in shop? https://prnt.sc/mscjBTsiXFuE

    I want only Accessories to show as for repairing we have a different page.

    Thanks

    #617949

    Hello,

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

    2. Please share the page URL so I will give you the custom CSS code to hide the Repair category from the sidebar.

    Best Regards.

    #617973

    Rahmat Anik
    Participant

    I’ve added the admin access to the private chat box. Please send CSS to remove “Repair” category from the shop(all item) page https://prnt.sc/1cTbgQM4LdWm

    #618034

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    li.cat-item.cat-item-125 {
        display: none;
    }

    Best Regards.

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