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.

form validation highlight color

  1. run23
    Member

    What is the CSS to change the highlighting for form validation? My forms have a black background, with dark grey fields and the highlighting is too dark.

    Posted 11 years ago on Wednesday July 25, 2012 | Permalink
  2. David Peralty

    If you want to change the field highlighting, you could use something like this in your style.css

    .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    background: #111 !important;
    }
    Posted 11 years ago on Wednesday July 25, 2012 | Permalink
  3. run23
    Member

    Thanks, that worked!

    Posted 11 years ago on Wednesday July 25, 2012 | Permalink

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