Need to fix blacked out text on the check out system

https://bedroom-therapy.com/

and

https://wholesale.bedroom-therapy.com/

Please go to the shop section and select a product. Add it to the cart. When it redirectss, in the checkout part some text is not showing. Please test in chrome and other browsers. I need to fix this as both are slated to launch today. Please also test on mobile devices.
Edit

Hello @spencey,

Thanks for writing in! I have checked your site and I can view the checkout page up to the footer. Can you please clarify which part of the page is not showing?

Perhaps you can send us a screenshot to illustrate your issue.

I believe he is referring to the page where yo ufill in details.

Hello @spencey,

You added this custom css which cause complications:

* {
    color: #FFF!important;
}

I would recommend that you use this custom css instead:

select, textarea, input[type="text"], input[type="password"], 
input[type="datetime"], input[type="datetime-local"], input[type="date"], 
input[type="month"], input[type="time"], input[type="week"], 
input[type="number"], input[type="email"], input[type="url"], 
input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: red !important;
}

Feel free to change the color.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.