Home Forums WoodMart support forum Limit the number of categories shown in product loop card

Limit the number of categories shown in product loop card

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #528608

    medialoods.com
    Participant

    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.
    #529081

    Hung Pham
    Keymaster

    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,

Viewing 2 posts - 1 through 2 (of 2 total)