Change Color of Attribute Group, Name and Value

FAQ Viewed: 761

Add the following CSS:

.shop_attributes tr.alt td.attribute_name, .shop_attributes tr td.attribute_name {
color: blue !important;
}

.shop_attributes tr.alt td.attribute_value, .shop_attributes tr td.attribute_value {
color: green !important;
}

.shop_attributes .attribute_group_name {
color: red !important;
}

Leave a Reply

Your email address will not be published. Required fields are marked *