Home Forums WoodMart support forum Badges Reply To: Badges

#58276

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