I am trying to change the entered text color.
I followed this link: http://www.gravityhelp.com/forums/topic/changing-entered-text-colors and it did not seem to solve my problem if I add it to the bottom of my stylesheet. I am using Wordpress twenty ten theme.
The
#content textarea {
color: #e2e2e2;
font-size: 12px;
line-height: 24px;
Changes the color of all my entered content on the page. I just want to override it to change the entered text in the form.
My website is currently private so I cannot post a link, but can email you the code.