Remove subcategories from product on shop page
-
Hi,
I need some help to remove subcategories from a product card on shop page so it doesn’t occupy too much space. Instead of the first card that has subcategories (the screenshoot with a cellphone image) I want the card with the main category only (like the other image).
Attachments:
You must be
logged in to view attached files.
Hello,
It is not possible to remove categories and leave subcategories. Here is the code to remove categories:
body .product-grid-item .woodmart-product-cats {
display:none;
}
Add this code to the Theme Settings > Custom CSS > Global
Best Regards
Hi,
Thank you for the reply. I’ll try that solution.
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Remove subcategories from product on shop page’ is closed to new replies.