Home Forums WoodMart support forum How to change the offer label on prduct

How to change the offer label on prduct

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #253786

    prashanthb
    Participant

    how to change the offer label. For ex: now its in -20%, i need it in 20% off
    I have attached two different images, i wanted the label like second image
    (1st image is from woodmart, 2nd is from different website)

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

    Hello,

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

    body .product-label.onsale:after {
    content:" off"
    }
    body .product-labels {
        max-width: 100%;
    }

    Best Regards

    #253856

    prashanthb
    Participant

    Now i got off but how to remove that “-”

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

    Hello,

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

    body .labels-rectangular .onsale {
    display:none;
    }

    Best Regards

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