Hello!
How can I change the black background of the variant picker with the following color (#604F5B)?
I would like the variant picker’s background color to be the same of the “Add to cart” one.
Waiting for a reply, best regards.
A user wants to change the variant picker’s background color from black to #604F5B to match their “Add to cart” button color.
Proposed Solution:
component-product-variant-picker.css in the Assets folder.product-form__input--pill input[type=radio]:checked+label {
background-color: #604F5B !important;
}
Status: The solution has been provided but not yet confirmed as working by the original poster. One respondent requested the store URL and password for further assistance.
Hello!
How can I change the black background of the variant picker with the following color (#604F5B)?
I would like the variant picker’s background color to be the same of the “Add to cart” one.
Waiting for a reply, best regards.
Hello
Follow these steps
Add the following CSS code to change the variant background color:
.product-form__input–pill input[type=radio]:checked+label {
background-color: #604F5B !important;
}
Let us know, if solution works for you