Hi All,
I am new to gravity forms, and not well versed in CSS.
My form: http://www.thegoldgirls.com/wendy/#gf_1
I need to change the background color or the fields to be white....can I get some help?
Thanks!
Josh
Hi All,
I am new to gravity forms, and not well versed in CSS.
My form: http://www.thegoldgirls.com/wendy/#gf_1
I need to change the background color or the fields to be white....can I get some help?
Thanks!
Josh
Josh,
Try dropping this into your theme's stylesheet:
[css]
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
background-color: white;
}Thanks Rob! That worked like a charm!!
Josh
Awesome, Josh. Glad to help!