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.

Field box colours

  1. roey.saban
    Member

    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?

    Posted 10 years ago on Wednesday June 19, 2013 | Permalink
  2. 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).

    Posted 10 years ago on Wednesday June 19, 2013 | Permalink
  3. roey.saban
    Member

    worked!

    Thank you very much!

    Posted 10 years ago on Wednesday June 19, 2013 | Permalink
  4. Richard Vav
    Administrator

    Rob beat me to it.

    Posted 10 years ago on Wednesday June 19, 2013 | Permalink
  5. ;)

    Posted 10 years ago on Wednesday June 19, 2013 | Permalink

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