Home Forums WoodMart support forum Product Sale Label

Product Sale Label

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

    nexoraretail
    Participant

    Hi, I have a Problem with the Product Sale Label on Product page I have disabled the product Sale label from the woodmart theme settings but still the Product sale label is showing on the product image. Please tell me how can i remove it?

    I have attached the screenshots for the problem below please see.

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

    Hello,

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

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

    Best Regards.

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