Why can't customers see their typed information in the product description box?

When a customer types into the quantity or description box they can’t see what they are typing. I’ve tried it out myself and I’m having the same issue. Once they checkout they can see their checkout info like name and number but not the description info for custom products. On my end I can see everything. I thought I’d was because I changed the background to black but it still isn’t visible in white. Dolled-by-keke.myshopify.com

@Dolledbykekellc

.product-form__input {
    display: block;
    width: 100%;
    color: black !important;
}
textarea#description {
    color: black !important;
}
select#SingleOptionSelector-1 {
    color: black !important;
}
  1. Navigate to Online Store->Theme->Edit code
  2. Asset->/theme.scss or theme.css ->paste below code at the bottom of the file.
  3. Save it.

Hey @Dolledbykekellc.

Thanks for reaching out.

I appreciate that you have included your online store URL as that is very helpful. Did the above coding change advised by @Zworthkey , work for you? If it does, make sure to mark their post as a solution to inform others that may view the thread.

You have a beautiful store, by the way! Looking into the URL, I can confirm that I am seeing the same thing on desktop version of the online store. Did you recently change the text color of your form field text?

Depending on the theme you are using, you may be able to change the color of the Form Fields text by navigating to the Theme Editor and selecting on the Theme Settings. You should then be able to see the section Colors and change the color of the text for the form fields. I took a screenshot from my test store to show you the section I am referring to:

If that does not do the trick, can you let us know which theme you are using? If you are unsure about which theme is live on your store, you can navigate to the Theme Editor and select the three dots that are located towards the top left of the page. Here is a quick example of what to look for:

Looking forward to your response.