Home Forums WoodMart support forum Remove unnecessary categories and attributes in products grid

Remove unnecessary categories and attributes in products grid

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #405578

    designmarketer
    Participant

    How do we removed the attached in homepage and shop pages, and all those with product grid?

    #405733

    Luke Nielsen
    Keymaster

    Hello,

    1. In order to remove the categories from the product grid, please navigate to Theme Settings -> Product archive -> Product styles -> turn off the “Show product category next to title” option.

    https://gyazo.com/3e65f2a7b04efb328c827c37c9910cac

    2. The below code will help you to hide swatches:

    .product-grid-item .wd-swatches-grid {
        display: none;
    }

    Keep me informed of any issues.

    Kind Regards

    #407301

    designmarketer
    Participant

    How can you also remove this in mobile view?

    #407335

    designmarketer
    Participant

    Also, swatches are still appearing in shop and categories pages. Any code to remove them in every pages?

    #407361

    Luke Nielsen
    Keymaster

    Hello,

    Please send me a link to your website, so I can check the issue there.

    I await your response.

    Kind Regards

    #407394

    designmarketer
    Participant

    here you go.

    #407520

    Luke Nielsen
    Keymaster

    Hello,

    Please enter the below code into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .product-grid-item .wrap-price .swatches-on-grid {
        display: none;
    }

    If there’s anything else we can do, please get in touch.

    Kind Regards

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