to change the labels "SALE" and " HOT"
-

_7Participant
Hi. Tell me how to change the “SALE” and “HOT” labels.
I want to change the text color and background color to transparency.
Attachments:
You must be
logged in to view attached files.
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.
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.