Hi,
I have built a site using the Automotive Demo Template. The contact form is the default form. I’m using a lot of white text since the backgrounds are darker. Unfortunately, that means that my forms are trying to fill with white text on a white background. I have added the following code to the Customizer CSS, which came from the Contact Form 7 Styling Guide, but it doesn’t seem to change the font color…
.wpcf7 input[type=“text”],
.wpcf7 input[type=“email”],
.wpcf7 textarea
{
background-color: #fff;
color: #000;
}
What am I doing wrong? How can I make the text viewable in the forms?
Thanks,
Dawn