Home Forums WoodMart support forum How to remove these product collection tags?

How to remove these product collection tags?

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

    peckmorrisom
    Participant

    I found these product collections on product cards very annoying and unnecessary, how can I remove these from product cards without actually disconnect products with their collections. Please see the screenshot I’ve attached below.

    Attachments:
    You must be logged in to view attached files.
    #533245

    Hung Pham
    Participant

    Hi peckmorrisom,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .product-grid-item.product :is(.wd-product-cats,.wd-product-brands-links) {
        display: none;
    }

    Regards,

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