A user seeks to customize variant picker buttons on their Dawn theme product pages by:
Desired Changes:
Change active button color to match the ‘Buy it now’ button
Set inactive button border color to #F75620
Remove border radius from all buttons
Modify text color on unselected buttons
Solutions Provided:
Multiple CSS code snippets were shared to achieve these customizations, added to the theme’s CSS file:
Border color and radius removal for variant labels
Background color (#F75620) for checked radio buttons
Text color modification for variant labels
Outcome:
The original poster confirmed the solutions worked successfully. Additional users reported the CSS code also worked for their Taiga theme and requested help adding hover effects to improve user feedback when selecting variants.
Summarized with AI on November 18.
AI used: claude-sonnet-4-5-20250929.
I would like all active buttons to look the same as the 'Buy it now" button.
I would like all inactive buttons to have their border color be #F75620 and their text be the same with a white background. I would also like to remove the border radius on all of them.
Hello, would you be able to help me add a hover effect to my variant picker buttons? As of now, there’s no way for a user to know if they have made a selection when they click the button. Thank you!