How can I change the variant pill color in Craft 2.0 theme?

Can anyone tell me how to change the variant pill colors or what code I can use? I want background to be #f2f2f2 and outline and text to be black. I am using Craft 2.0 theme.

ahbeessentials.com

Thank you!

@AHBEessentials - can you please share the page link where you have these variant pills?

https://ahbeessentials.com

Sorry read that wrong

https://ahbeessentials.com/products/white-sage-lavender-candle

@AHBEessentials - add this css to the very end of your base.css file and check

.product-form__input input[type=radio]+label{background-color: #f2f2f2; color: #000;}

That didn’t work

@AHBEessentials - where did you add it?

Where you said to. At the bottom of base.css file.

not able to see it

I did it on a copy of my theme. That code didn’t work so I erased it.

Has anyone solved this problem yet? I need to change the text color on a selected pill variant. All the pills are fine, but when one is selected, the text turns white, and it’s hard to read. I’d like it black. Screenshot attached and URL below. I’ve tried all the code on this page, but none of it has worked so far.

I’m on Dawn Theme, though.

https://cwdesignshop.com/

Nope. This code didn’t work.