Hi my "Continue to shipping" button has black text. How do I change it to white?

divineemporiumstore.com

@puppuppup ,

button#continue_button {
    background: #fff;
    color: #000;
    border: 1px solid #d9d9d9;
}

add this css in your CSS file

@puppuppup
hi, the Button is on checkout page,
You can’t edit the checkout page,
from the shopify admin pannel, go to the setting ,
then color,
Choose the color of the button
and add it white color,

I hope this will work for you,