Changing the colour of the variant picker

Changing the colour of the variant picker

1edenlegacy
Visitor
1 0 1

Hello Shopify Community,

 

I am requesting help with changing the color of my variant picker options. Currently on this page --> www.1edenlegacy.com/products/eternal-love-warriors-grace-necklace the variant picker buttons have a dark blue overlay when being selected, which is making the black text impossible to read. I need help with changing the color of the selected option so that the text is still readable! I am using the theme Dawn 11.0.0 ! Thank you in advance

Replies 10 (10)

Made4uo-Ribe
Shopify Partner
9670 2301 2870

Hi @1edenlegacy 

Check this one,. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product-form__input input[type=radio]:checked+label {
    color: white !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699557784154.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Francesco051199
New Member
6 0 0

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.

 

1.png

Made4uo-Ribe
Shopify Partner
9670 2301 2870

Hi @Francesco051199 

PLease, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Francesco051199
New Member
6 0 0

evenskin.store

Made4uo-Ribe
Shopify Partner
9670 2301 2870

thanks for the info, but seems like you already using the bundle variants app. 

Made4uoRibe_0-1734533189171.png

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Francesco051199
New Member
6 0 0

I will delete the bundle so I will need to know how to change the variant picker color.

Made4uo-Ribe
Shopify Partner
9670 2301 2870

While your doing that try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product-form__input--pill input[type=radio]:checked+label {
    background: #604F5B;
}
.product-form__input--pill input[type=radio]+label {
    border-color:#604F5B;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1734537635103.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Francesco051199
New Member
6 0 0

Thank you so much!

Made4uo-Ribe
Shopify Partner
9670 2301 2870

Welcome! Would you mind giving more likes since you can't mark solution? It would be a big help for me. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Francesco051199
New Member
6 0 0

I don't know how to mark the solution, please teach me!