Categories on prod. archive
-
Hello, I would like to ask you how to set up so that fewer categories are displayed for the product because not all products have so many and then there is a big gap
Attachments:
You must be
logged in to view attached files.
Hello,
You can hide them at all via Theme Settings -> Product archive -> Products styles and turn off the “Show product category” option: https://take.ms/7RABp
Kind Regards
Thank you for the information, but I know that, but I would need it to display, for example, only 3 categories and not 10
Hello,
Try to use the below code for help:
.product-grid-item .wd-product-cats {
overflow: hidden;
text-overflow: ellipsis;
height: 55px;
}
Kind Regards
Hello,
You are welcome!
If you would like to discuss further questions, our customer support team is here for you.
Wish you all the best.
Kind Regards
The topic ‘Categories on prod. archive’ is closed to new replies.