Hello,
I’m trying to change the background colour of my add to cart buttons? For some reason, no matter the scheme i change it to it doesn’t change any colour both in the product page as well as when viewing on a listing.
i’ve tried some things in other posts but they haven’t worked, unless i’ve used them wrong.
also, it appears blue in the editing page but then green on the actual website?
Hi @RollingBeetle
Would you mind to share your Store URL website? with password if its protected. Thanks!
i also edited the og post a bit
Thanks! do you mean like this?
If it is try 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 .button {
background: #21430F;
color: white;
}
thank you!! how come it isn’t changing with the schemes?
It wont listen, or the default didnt reach that design.