Home Forums WoodMart support forum How to add text before the sale label? Reply To: How to add text before the sale label?

#484067

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