Home › Forums › WoodMart support forum › How can i change globally the title color of swatches / attributes? › Reply To: How can i change globally the title color of swatches / attributes?
September 28, 2022 at 3:35 pm
#409028
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
table.variations label {
color: red;
}
Best Regards