PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Change the Backgound Color of Input Fields

  1. 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

    Posted 13 years ago on Thursday August 16, 2012 | Permalink
  2. 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;
    }
    Posted 13 years ago on Thursday August 16, 2012 | Permalink
  3. Thanks Rob! That worked like a charm!!

    Josh

    Posted 13 years ago on Thursday August 16, 2012 | Permalink
  4. Awesome, Josh. Glad to help!

    Posted 13 years ago on Thursday August 16, 2012 | Permalink

This topic has been resolved and has been closed to new replies.