Home › Forums › WoodMart support forum › How to Change “SOLD OUT” Color › Reply To: How to Change “SOLD OUT” Color
March 25, 2022 at 7:54 am
#363924
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-label.out-of-stock {
background-color: red;
color: white;
}
Best Regards