Have your say in Community Polls: What was/is your greatest motivation to start your own business?

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

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

speedersinc
Visitor
3 0 0

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! 

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
9035 2160 2664

Hi @speedersinc 

Do you mean this one?

Made4uoRibe_0-1704998633965.png

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!

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 ⚙️.

Vortifytech
Shopify Partner
54 9 10

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 sol2.JPGsolv.JPG

Do you need Shopify experts?Get in touch on WhatsApp
Expertise in (Theme Development | Customization | Modifications | Bug Fixing and much more )
Blending Your Coffee advice with My Code, a Perfect Mix!
Transforming Your Shopify Aspirations into Reality – Join the Conversation and Craft Together Visit our site
speedersinc
Visitor
3 0 0
I could not find this code in theme.scss

I am using debutify
Made4uo-Ribe
Shopify Partner
9035 2160 2664

Its on the Asset Folder > theme.scss.css

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 ⚙️.