Home › Forums › WoodMart support forum › Percentage discount display – Woo Discount Rules › Reply To: Percentage discount display – Woo Discount Rules
September 15, 2022 at 4:08 pm
#405872
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
span.onsale {
background-color: green;
color: white;
padding: 15px;
font-size: 16px;
font-weight: bold;
}
Best Regards