Home Forums WoodMart support forum question about label

question about label

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

    troyzhu1219
    Participant

    how to turn off all the labels? for the product? I did not see in the docuemtn. https://xtemos.com/docs-topic/product-labels/

    #649585

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .wd-product .product-labels {
        display: none;
    }

    Best Regards,

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