How to change "continue to shipping" text color at checkout page

The current color for the “continue to shipping” text is black and I want to change it to white. Please advise on how I can do that. I’m using the Dawn theme

1 Like

HI @wesleysie

You can do this using checkout customization.

Hello

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
button#continue_button {
color: #fff;
}

I’ve tried adding the code to the base.css file but the font color is still black

1 Like

Hello there,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

my store is www.alexaubreypoetry.com

@wesleysie

In checkout custom css will not work only we can set colors using customizer.

How can I change the color using customizer?