Home Forums WoodMart support forum Casilla de selección Reply To: Casilla de selección

#217948

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.