Home Forums WoodMart support forum How to hide or change position for sales label on discounted product

How to hide or change position for sales label on discounted product

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

    tanavaderajan7
    Participant

    How to hide or change position for sales label on discounted product

    #576717

    Luke Nielsen
    Keymaster

    Hello,

    Define the code below in Theme Settings -> Custom CSS and then recheck the issue.

    .wd-product .onsale.product-label {
        display: none;
    }

    Kind Regards

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