Home Forums WoodMart support forum How can I hide a product categories title from the product-category page grid?

How can I hide a product categories title from the product-category page grid?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #49820

    idanyashar
    Participant

    This is the cat number: “cat-item cat-item-623”
    I added a picture of the specific category I want to hide

    Attachments:
    You must be logged in to view attached files.
    #49854

    Hello,

    Do you mean to hide the whole drop-down list? As per your screenshot you want to delete the first child item. You will need to put this CSS code into Theme Settings > Custom CSS

    .cat-item cat-item-623{
    display:none;
    }

    Best Regards

    #49856

    idanyashar
    Participant

    Only the first item

    #49858

    idanyashar
    Participant

    the one marked in blue

    #49860

    Hello,

    Yes, take this code, please:

    .cat-item .cat-item-623{
    display:none;
    }

    Best Regards

    #49863

    idanyashar
    Participant

    Added it to custom css and the cat is still showing in the category page

    #49877

    Hello,

    Will you try this CSS code?

    .cat-item-623 .category-nav-link{
    display: none;
    }

    If it does not work contact me with your site admin access.

    Best Regards

    #49878

    idanyashar
    Participant

    Works great . Thanks again for all your support 🙂

    #49880

    You are always welcome. If you have any questions feel free to contact us.

    Best Regards

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

The topic ‘How can I hide a product categories title from the product-category page grid?’ is closed to new replies.