You want to change the color of the text when it hover?
Try this.
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 “theme.css, styles.css or base.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:
Hello, It did not work for me - granted, I am not an expert at all… but I wonder what I did wrong? I mean I changed the Color, but did I do it wrong? Your help is much appreciated.
It wont work for the other store cause this code is for this store only. Would you mind to share your store URL and what menu link you like to change? So I can provide you the code. Thanks!
My issue is the color of the add quantity button or area on the product card. It so dark and I cannot find the spot where I change the color in the coding.
The same goes for the Add to cart button.
And finally my variant pills on my products with variants are also dark and I cannot find the coding spot for those either.
I understand if this os too many issues, and I do not at all expect an answer quickly
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;
}
.product-form__input input[type=radio]+label {
background: white;
}
.quantity:before, .button {
background: white !important;
}
Thank you so much for your help. It worked. Only thing I need now is to change the un-checked pills background color… Right now they are black… Can you help me with that?
Also. How does it work to support you for the help you provided? I mean, can I donate something for your time somehow? I am new to all this, but believe in supporting for support.
Yes, You can click the tips on the below link of my post. We are a volunter developer whoe likes to help the community to there store. A tip for coffee is so much appreciated. Thanks!