Home › Forums › WoodMart support forum › How to add text before the sale label? › Reply To: How to add text before the sale label?
July 25, 2023 at 4:12 pm
#484067
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-labels.labels-rounded .product-label:before {
content:"You Save: "
}
if this code does not work, try this one:
.product-labels.labels-rectangular .product-label:before {
content:"You Save: "
}
If you have any questions please feel free to contact us.
Best Regards