Home › Forums › WoodMart support forum › Edit CSS the Variant Slect › Reply To: Edit CSS the Variant Slect
June 30, 2020 at 6:44 am
#207450
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached. Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product-content .variations td.value select {
background: blue;
color: white;
}
For border try adding the following CSS.
.single-product-content .variations td.value select {
border: 2px solid black;
}
Best Regards.