Home Forums WoodMart support forum Categories on prod. archive

Categories on prod. archive

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #517009

    bronis.tomas
    Participant

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

    Luke Nielsen
    Keymaster

    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

    #517245

    bronis.tomas
    Participant

    Thank you for the information, but I know that, but I would need it to display, for example, only 3 categories and not 10

    #517526

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the below code for help:

    .product-grid-item .wd-product-cats {
        overflow: hidden;
        text-overflow: ellipsis;
        height: 55px;
    }

    Kind Regards

    #517723

    bronis.tomas
    Participant

    Thanks perfect

    #518112

    Luke Nielsen
    Keymaster

    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

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

The topic ‘Categories on prod. archive’ is closed to new replies.