Home Forums WoodMart support forum to change the labels "SALE" and " HOT" Reply To: to change the labels "SALE" and " HOT"

#244992

Hello,

I saw the screenshot you attached.

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.product-label.onsale{
background: transparent;
color: #000000;
}

.product-label.featured {
background: transparent;
color: #000000;
}

Regards.
Xtemos Studios.