Home Forums WoodMart support forum i wanna hide tag list

i wanna hide tag list

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

    sohee7569
    Participant

    green area is tag list.
    How can I make the Tag List invisible?

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

    Hung Pham
    Keymaster

    Hi sohee7569,

    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)