Changing text colour in checkout section (without changing text on whole theme)

As you can see the text is white which is causing it to blend in with the background. How do i change it to black?

thank you

@Maxyb77

hi,

please share the store URL.

Truegarmz.com

please paste the given code above in theme.liquid.

layout >> theme.liquid

button#CartDrawer-Checkout {
background: #fff;
color: #000;

}

Still have the same issue

@Maxyb77 sorry. please replace the code.

button#CartDrawer-Checkout { background: #fff; color: #000; }

Still does not work for some reason

Problem still exists

I have typed the code in correctly

@Maxyb77

ok, one more try. paste this code on the same place.

button#CartDrawer-Checkout { background: #fff!important; color: #000!important; }