Shopify themes, liquid, logos, and UX
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!
https://ke85chq3rdnjic4m-69711397132.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hi @domo2 ,
Try this one.
fieldset.js.product-form__input input[type=radio]:checked+label {
background: #202A44;
color: white;
}
Result:
I hope it help.
This is an accepted solution.
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
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025