How to change the text of the "Check out" button from the cart dropdown menu in Dawn theme?

Solved

How to change the text of the "Check out" button from the cart dropdown menu in Dawn theme?

bernyorozco
Visitor
2 0 1

Hi everyone!

 

My page is www.bernyorozco.com I am using the Dawn theme. I recently noticed that whenever I add a new product to my cart, both the text "Check out" and the color of the button are white, so you cannot read what the button says.

 

I tried with similar posts by editing the code but those options only talk about the "Check out" button at the button of the page.

 

I have attached a screen shot with the issue highlighted with the red oval.

 

Thanks in advance!!

 

bernyorozco_0-1725733607079.png

 

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
8202 1972 2410

This is an accepted solution.

Hi @bernyorozco 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

form#cart-notification-form {} button.button.button--primary {
    color: #4874B5;
}

 

And save. 

Result:

Made4uoRibe_0-1725737681114.png

 

 

 

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
8202 1972 2410

This is an accepted solution.

Hi @bernyorozco 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

form#cart-notification-form {} button.button.button--primary {
    color: #4874B5;
}

 

And save. 

Result:

Made4uoRibe_0-1725737681114.png

 

 

 

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
bernyorozco
Visitor
2 0 1

Thank you so much for your help @Made4uo-Ribe!! It works perfectly and now I can see the text.😎