Home › Forums › WoodMart support forum › Product page swatch label › Reply To: Product page swatch label
March 1, 2021 at 7:28 am
#270008
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.variations_form .variations label:after {
margin-left: -3px;
}
.variations_form .variations label {
margin-bottom: -8px;
}
.swatch-on-single:not(:last-child) {
margin-right: 10px;
}
Best Regards