I looked all over this forum and couldn't find a decent answer, but figured it out myself so I thought I'd share, for what it's worth to others having the same problem.
To make the white text show up as black on the comment submission form, open your css.css file and look for the following:
#comment .sectiontableentry1 {
background: #F5F5F5;
margin: 0px;
padding: 0px;
}
Add the following line to the above chunk:
The end result should look like this:
#comment .sectiontableentry1 {
background: #F5F5F5;
color: black;
margin: 0px;
padding: 0px;
}
I did this for PhishBucket.org's comment display and it worked like a charm. Hope that works for you!
--
TM
www.phishbucket.org
www.tabathamarshall.com