Home › Forums › WoodMart support forum › Color Attribute nont showed on Home Page › Reply To: Color Attribute nont showed on Home Page
June 23, 2020 at 1:46 pm
#205757
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-label.attribute-label:not(.label-with-img) {
background-color: rgba(0,0,0,.7);
color: #ffffff;
}
You will get the result as follows: https://prnt.sc/t50p67
Best Regards