Is there a way to change the font color just for the form?
Most likely there is. You will need to include some Custom CSS.
For help with CSS, however, we need to see the issue in a browser. In order for us to do so, we will need to know which site and the specific page to review.
Please provide a link to the issue.
Sure, thank you. The site is http://www.singersschool.com.
Use this CSS:
#content input {
color: #000;
}
To discover what CSS is output by your theme, use a web inspection tool such as Firebug: http://getfirebug.com/ , Chrome Inspect Element: https://developers.google.com/chrome-developer-tools/ or Internet Explorer 9+ F12 Dev. Tools: http://msdn.microsoft.com/en-us/library/dd565627(v=vs.85).aspx#csstool
There are others.
When editing CSS, use a Child Theme
http://codex.ww.wp.xz.cn/Child_Themes
Custom CSS Plugin, or Theme provided custom CSS option.
Edits to parent themes are lost on theme update.
Learn CSS: http://www.w3schools.com/css/
I used the “Simple Custom CSS” plugin to add the CSS you gave me and it worked beautifully for the input form. But now the button text is dark on top of a dark button so it’s impossible to see the “Submit” text on the button. It just looks blank. Would you mind posting the css to make the text on the button white?
Thanks so much for your time.
Just checking to see if this were also possible. Thanks.