Home › Forums › WoodMart support forum › Casilla de selección › Reply To: Casilla de selección
August 11, 2020 at 1:00 pm
#217948
Aizaz Imtiaz Awan
Keymaster
Hello,
Please replace the previous CSS with following in the Global Custom CSS area under Theme Settings >> Custom CSS.
For Sold Out:
.product-label.out-of-stock {
background-color: green;
color: white;
}
For Hot Label:
.product-label.onsale{
background: #0163a0;
color: white;
}
Best Regards.