I am using white text on a colored background in Corona, so the text in the comment form is now white-on-white. I can't seem to figure out what CSS to add to my custom.css file to change this text to black.
See an example here: http://anthonygilardi.com/welcome-to-the-new-site/
I've fixed this for the contact form and search form with this CSS, but it's not affecting the comments form.
/************************************************************************
FORM ELEMENTS
*************************************************************************/
input, textarea{
color: black !important;
font-size: 14px !important;
}
#s{
color: black !important;
background: transparent;
}














