How to remove these product collection tags?
-
I found these product collections on product cards very annoying and unnecessary, how can I remove these from product cards without actually disconnect products with their collections. Please see the screenshot I’ve attached below.
Attachments:
You must be
logged in to view attached files.
Hi peckmorrisom,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.product-grid-item.product :is(.wd-product-cats,.wd-product-brands-links) {
display: none;
}
Regards,