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!
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 ,
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