How can I change the text color in my store's details section?

The free text field for the details and personalization section in my store are not formatted with the correct colors. I have tried everything to correct this problem so my customers can see what they are typing. I cannot for the life of me figure out how to change this field to white so that the black text will show up. Any and all help is appreciated!

@Shell2

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @Shell2 ,

Please send your site and if your site is password protected, please send me the password. I will check it.

<!–
/* Font Definitions /
@font-face
{font-family:“Cambria Math”;
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/
Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:“Calibri”,sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}

www.shellspecialsomethings.com is the site

@Shell2

thanks for all details if possible to share issue images?

Hi @Shell2 ,

Go to Assets > theme.css and paste this at the bottom of the file:

.product-form input{
	background: #fff !important;
}

Hope it helps!

Please add below code in bottom of assets/theme.css file

.ymq-input-text.ymq-attrib-1 {
background: #fff !important;

}
Thank you.

Ok, trying now!

Hi @Shell2 ,

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.

I do not have theme.css file in my Assets folder. I have a theme-editor.js file. Is this the same?

I tried both codes and they did not work. I do not have a theme.css file in the assets section.

THANK YOU! I found the debut theme and the codes worked!!! You are all lifesavers!!