Limit the number of categories shown in product loop card
-
A lot of my products have multiple categories. Is there a way to limit the no. of categories being displayed (Show product category setting in theme settings). I’d like to display a maximum of 3 categories if that’s possible.
Attachments:
You must be
logged in to view attached files.
Hi medialoods.com,
Thanks for reaching to us and appreciate your patience.
Unfortunately, there is no such option in our theme by default. Please add the following Custom CSS code in Theme Settings > Custom CSS > Global Custom CSS
.product.product-grid-item :is(.wd-product-cats,.wd-product-brands-links) a:nth-of-type(1n+4) {
display: none;
}
Regards,