New Shopify Certification now available: Liquid Storefronts for Theme Developers

Changing color of continue shopping button in Dawn.

Solved
KrishC123
Tourist
5 0 1

Capture.png

I mean how do I change the color of the text in this button continue shopping button to white.

Accepted Solution (1)
David_SHT
Trailblazer
605 123 123

This is an accepted solution.

Hi @KrishC123 ,

 

This is David at SalesHunterThemes.

You can try to follow these steps:

Go to Online Store -> Themes -> Actions -> Edit code.

Go Assets folder -> base.css file.

Add this following code at the bottom of page.

 

 

.cart__warnings a.button {
  color: #fff;
}

 

 

result:

 

David_SHT_0-1696325391249.png

 

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

View solution in original post

Reply 1 (1)
David_SHT
Trailblazer
605 123 123

This is an accepted solution.

Hi @KrishC123 ,

 

This is David at SalesHunterThemes.

You can try to follow these steps:

Go to Online Store -> Themes -> Actions -> Edit code.

Go Assets folder -> base.css file.

Add this following code at the bottom of page.

 

 

.cart__warnings a.button {
  color: #fff;
}

 

 

result:

 

David_SHT_0-1696325391249.png

 

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)