Home › Forums › WoodMart support forum › How to remove SOLD OUT BADGE for out of stock products. › Reply To: How to remove SOLD OUT BADGE for out of stock products.
July 7, 2021 at 10:34 pm
#305149
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
If your labels are round:
body .labels-rounded .out-of-stock {
display: none;
}
This code for reqtangular:
body .labels-rectangular .out-of-stock {
display: none;
}
Best Regards