Home Forums WoodMart support forum Sale Label Modification

Sale Label Modification

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

    Hello,
    I wanted to change the text shown on sale label. For example -18% to 18% Off. How to do this?

    #268185

    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

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