Hey Guys!
Please see my page: http://shutterloveproductions.com/book-us/
There a way we can make the field boxes just a little bit lighter to make it easier to see?
Hey Guys!
Please see my page: http://shutterloveproductions.com/book-us/
There a way we can make the field boxes just a little bit lighter to make it easier to see?
Sure, you can override your theme styling by using this:
[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], .gform_wrapper textarea {
background-color: #444;
border: 1px solid #333;
}
Just place in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level).
worked!
Thank you very much!
Rob beat me to it.
;)