Home › Forums › WoodMart support forum › How to hide "Sale" flag from auction items › Reply To: How to hide "Sale" flag from auction items
January 14, 2022 at 11:17 pm
#345503
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .labels-rectangular .onsale {
display:none;
}
Best Regards