Home Forums WoodMart support forum Product labels – to show Save 20% rather than -20%

Product labels – to show Save 20% rather than -20%

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #363966

    chizzyroe
    Participant

    Hi,

    Please can you give some help so the product label can be changed to show Save 20% rather -20%

    Thanks
    Chris

    #364004

    Hello,

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

    .woocommerce-product-gallery .labels-rounded .product-label.onsale:before {
    content:"save"
    }

    Best Regards

    #364005

    Hello,

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

    .woocommerce-product-gallery .labels-rounded .product-label.onsale:before {
    content:"save"
    }

    Best Regards

    #364010

    chizzyroe
    Participant

    Thank you,

    I have added this to the custom css file

    Is they a way of removing the – ? For example to show Save 20% rather than Save -20%

    Thanks again
    Christian

    #364060

    Hello,

    Unfortunately, it is not possible to remove %, and if we remove % the buyer would not understand if a sale is for 20 £ or %

    If you have any questions please feel free to contact us.

    Best Regards

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