How can I change the color of selected buttons on my website?

Hello,

How do I change the button color for the selected size and material? Right now it’s outlined with a border. I want the selected buttons to be black with white text.

Thanks for your help!

Hi @treedesign ,

Can you please share website link so I can check the button?

Thanks,

EcomRAZ

Hi @EcomRAZ ,

https://west-and-wildflower.myshopify.com/products/test-4

password: eflaib

Hi @treedesign ,

You can find this class in theme.css file and edit the following code. It will be done as you need.

.product-form__swatch__item--button input[type=radio]:checked+label {
background: black;
color: white;
}

If you find it difficult, You can ping me a message and give access. I will do that for you.

Thanks,

EcomRAZ