Home › Forums › WoodMart support forum › to change the labels "SALE" and " HOT" › Reply To: to change the labels "SALE" and " HOT"
November 26, 2020 at 11:54 am
#244992
Aizaz Imtiaz Awan
Keymaster
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.