@jasoncapa The test color comes from your theme. If you will switch to some default theme like Twenty Sixteen you will be able to the texts.
In order to change the color as per your need, please apply some custom CSS.
Let me know if you need any further assistance from us.
Regards,
Moumita
Hi.
I tried changing the input form text color in my theme options with no luck.
Does the text use other options like header colours?
Would you know what case code I could use. I’m a bit of a newbie.
@jasoncapa
The text color comes from the theme you are currently using.
You can also include this code in your theme’s CSS to make the text color change:
.woocommerce .content #responsive .modal-body textarea {
color: #000;
}
Regards,
Moumita