How can I hide a product categories title from the product-category page grid?
-
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.
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
Hello,
Yes, take this code, please:
.cat-item .cat-item-623{
display:none;
}
Best Regards
Added it to custom css and the cat is still showing in the category page
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
Works great . Thanks again for all your support 🙂
You are always welcome. If you have any questions feel free to contact us.
Best Regards
The topic ‘How can I hide a product categories title from the product-category page grid?’ is closed to new replies.