Home Forums WoodMart support forum Edit CSS the Variant Slect Reply To: Edit CSS the Variant Slect

#207450

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.