Home › Forums › WoodMart support forum › Change the color of hot label, the text and size › Reply To: Change the color of hot label, the text and size
April 14, 2021 at 10:35 am
#282746
Kathleen
Participant
And as an adition. If you want to change the font color too. Just type this. The second part is the font color.
body .product-label.featured {
background-color: #74f00e;
}
body .product-label.featured {
color: #2c3625;
}