How to change the color of the 'Add to Cart' button in the Dawn theme?

Solved

How to change the color of the 'Add to Cart' button in the Dawn theme?

mkasprzik
Visitor
3 0 0

I'm using the Dawn theme, but I just noticed that when I go to a product, the add to cart button is white. Cant seem to find a fix. Any suggestions?

add to cart button.jpg

Accepted Solution (1)
Moeed
Shopify Partner
7518 2031 2497

This is an accepted solution.

Hey @mkasprzik 

Follow these Steps:

 

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

 

<style>
button#ProductSubmitButton-template--18265580142877__main {
    color: black;
    font-weight: bold;
}
</style>

 

Capture.PNG

 

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 5 (5)

PageFly-Richard
Shopify Partner
5011 1120 1803

HI @mkasprzik 

Could you share with me the URL page -and password if password protected?

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

mkasprzik
Visitor
3 0 0

https://thejerseyco.myshopify.com/

 

I don't think the page is password protected.

Moeed
Shopify Partner
7518 2031 2497

This is an accepted solution.

Hey @mkasprzik 

Follow these Steps:

 

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

 

<style>
button#ProductSubmitButton-template--18265580142877__main {
    color: black;
    font-weight: bold;
}
</style>

 

Capture.PNG

 

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


mkasprzik
Visitor
3 0 0

Thank you! That worked.

Moeed
Shopify Partner
7518 2031 2497

Hey @mkasprzik 
Share your Store URL and Password if enabled

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications