Home › Forums › WoodMart support forum › Attribute table – every second line grey › Reply To: Attribute table – every second line grey
February 26, 2024 at 10:51 am
#543736
Aizaz Imtiaz Awan
Keymaster
Hello,
Inspect your attribute, and see which class relates. I am inspecting “pa_valsts”. See the all attributes classes and add the background color:
https://ibb.co/tK6K6K8
Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
tr.woocommerce-product-attributes-item--attribute_pa_valsts {
background-color: #d9baba;
}
tr.woocommerce-product-attributes-item--attribute_pa_zimols {
background-color: gray;
}
Best Regards.