Shopify themes, liquid, logos, and UX
Hello,
How do I change the color of the variant color button highlights? I am using the sense theme. I want to change the highlight color from black to red like my add to cart button.
Solved! Go to the solution
This is an accepted solution.
Hi @jewills ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :
<style>
.product-form__input input[type=radio]:checked+label {
background: #852e03 !important;
}
</style>
Hope my answer will help you.
Best regards,
Victor | PageFly
This is an accepted solution.
Hi @jewills ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :
<style>
.product-form__input input[type=radio]:checked+label {
background: #852e03 !important;
}
</style>
Hope my answer will help you.
Best regards,
Victor | PageFly
Hi @jewills,
Glad to support you today.
You can check out my suggestion below to get your concern resolved.
1. Go to Edit code on Online Store:
2. add my code above the </body> tag on Theme.liquid:
<style>
variant-radios input[type=radio]:checked+label {
background: #862e03 !important;
}
</style>
Eg:
Hope you find my answer helpful!
Kind & Best regards,
GemPages Support Team.
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025