How can I modify the color of a variant picker?

I would like to change the background colour of this to be white. if possible the brown colour as the selected colour.

But if thats too difficult ill settle for just a white background.

Anyone have any tips?? ive been trying for an hour!

Hello @Andia

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.product-form__input input[type=radio]+label {
    background: #fff !important;
}
.product-form__input input[type=radio]:checked+label {
    background: #997950 !important;
}

thank you!!

is there a way i can change these to be white as well?

Hi @Andia

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

.product-form__input input[type=radio]:checked+label {
    background: #fff !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

only changing for my desktop version.