Home › Forums › WoodMart support forum › How can I hide the percentage › Reply To: How can I hide the percentage
August 22, 2020 at 8:31 pm
#220593
Elise Noromit
Member
Hello,
If you want to show the price it is configured in the Theme settings > Shop page > Labels.
If you want to hide the sales labels at all, add this code to the Theme Settings > Custom CSS > Global:
body .labels-rectangular .onsale {
display:none;
}
Best Regards