Changing variant picker text/outline color

I am trying to figure out how to change this to be white text and outline, but keep the black background.

Here is my store URL: techeuphoria.store

Hi @gibson_groft

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.select__select {color: white !important;}

.select:after {

border-color: white !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly