Quote Originally Posted by larojiblanca View Post
How do you change the color of form fields?

In the attached image, I'm referring to the light green area.

Thanks.
It's in the stylesheet.css

input:focus, select:focus, textarea:focus {
background:#F3F9E1;
}