I need to change the color of the font in the field boxes as well as the submit button.
http://villavista1776.com/contact
Thanks,
Patti
I need to change the color of the font in the field boxes as well as the submit button.
http://villavista1776.com/contact
Thanks,
Patti
You have the color for it defined twice in the CSS at line 208 and 467.
content, #content input, #content textarea {
color: white;
...
content, #content input, #content textarea {
color: #333;
If you remove the white call on line 208 of your style.css you should have a form that better fits for you.