Hey guys,
I want to change the button to select the size on the product page to the following background color: #202A44 and the font color white. Thank you!
A user wants to customize the size selection button on their product page with a specific background color (#202A44) and white font.
Solution provided:
input[type=radio]:checked+label {
background: #202A44;
color: white;
}
Current status:
Hey guys,
I want to change the button to select the size on the product page to the following background color: #202A44 and the font color white. Thank you!
Hi @domo2 ,
Try this one.
fieldset.js.product-form__input input[type=radio]:checked+label {
background: #202A44;
color: white;
}
Result:
I hope it help.
Appreciate you!
Hi,
Do you know where to add that code in the “symmetry” theme? I can’t find “base.css, style.css or theme.css” in the Assets folder.
Best
Jonas