New Shopify Certification now available: Liquid Storefronts for Theme Developers

Add to cart button is white

Solved
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
3051 761 925

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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 5 (5)
PageFly-Richard
Shopify Partner
3678 807 1455

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!


PageFly - #1 Page Builder for Shopify merchants.


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
3051 761 925

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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
mkasprzik
Visitor
3 0 0

Thank you! That worked.

Moeed
Shopify Partner
3051 761 925

Hey @mkasprzik 
Share your Store URL and Password if enabled

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️