New Shopify Certification now available: Liquid Storefronts for Theme Developers

DOWN THEME 12.0.0 ADD TO CART AND BUY NOW BUTTON

Solved
everydayheroess
Excursionist
35 2 6

I recently updated the DAWN theme to 12.0.0. and again the ADD TO CART BUTTON color its almosta yellow transparent . The code for the previously edit now does not work. The code was at

-theme.liquid file

-code in the bottom of the file above </body> tag

:

<style>
button#ProductSubmitButton-template--19151769731403__main {
background: #D23266 !important;
font-weight: bold;
}
</style>

I want to make it bold in my prefernces colors and capial letters.r.png

I will appreciate your suggestions my shop URL is https://everydayheroes-store.com/

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4177 957 1166

This is an accepted solution.

Hi @everydayheroess 

Only the background change? No need to change the color right? Would you mind to replace this code in the theme.liquid, same areawhere th old code was. 

 

.product-form__submit {
    background:#D23266 !important;
    font-weight: bold !important;
}

 

And Save. 

Don't forget refresh browser after save.

 

 

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

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Reply 1 (1)
Made4uo-Ribe
Shopify Partner
4177 957 1166

This is an accepted solution.

Hi @everydayheroess 

Only the background change? No need to change the color right? Would you mind to replace this code in the theme.liquid, same areawhere th old code was. 

 

.product-form__submit {
    background:#D23266 !important;
    font-weight: bold !important;
}

 

And Save. 

Don't forget refresh browser after save.

 

 

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

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com