Home › Forums › WoodMart support forum › Badges › Reply To: Badges
May 18, 2018 at 1:40 pm
#58276
Elise Noromit
Member
Hello,
As I understand you want to have a font color. By default it is white. If so, please add this custom CSS to Theme Settings > Custom CSS:
.product-label.attribute-label:not(.label-with-img) {
color: #000000;
}
Replace #000000 with the color you need.
Best Regards