Home › Forums › WoodMart support forum › How to disable and or modify the "Sold Out" label. › Reply To: How to disable and or modify the "Sold Out" label.
December 1, 2020 at 10:52 pm
#246740
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
/*sales*/ body .labels-rectangular .onsale {
color:#ffffff;
background-color:#000000;
font-size:12px;
}
Edit as per your needs, you can change the color, background color, and reduce the size.
Best Regards