How can I change the 'Add to Cart' button color on my collections page?

Hi,

I am looking to change the Add to cart button color on my collections page I don’t see a way to do this in the theme settings. My site is www.speedersinc.com

Please advise any solution

Thanks!

Hi @speedersinc

Do you mean this one?

If it is 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:

.dbtfy.dbtfy-collection_addtocart {
    background: blue !important;
}

And Save.

You can change the color you like.

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

Hi @speedersinc !

Hope you doing well!
First you need to explore options in the theme customizations, after that if didn’t get
Open > Edit code

Search for file > theme.scss

find this code " .btn-outline-primary:not( … " using ctrl+f

and change color according to your own choice.
If you still not sure or couldn’t access the goal you want reach us out on given contact info below

Thanks

I could not find this code in theme.scss

I am using debutify

Its on the Asset Folder > theme.scss.css