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.

Changing Background Colour

  1. Gman-north
    Member

    I am trying to change the background of the complete form on my site and have written this into the gravity forms.css. The wrapper seems to change but not the body of the form.

    I've also tried writing this into the style.css of the theme but nothing changes there!

    body .gform_wrapper form {background:#9932CC}
    body .gform_wrapper {background:#9932CC}

    Help please!!

    http://www.hometheatretoronto.com

    Posted 13 years ago on Wednesday January 5, 2011 | Permalink
  2. Your theme stylesheet is applying a background color to the lists in the sidebar. (style.css line 180) Your CSS rules were working fine, but the containing UL in the form was inheriting the white background from this other rule.

    screenshot (rule disabled): http://grab.by/8d67

    try adding this

    body #sidebar li .gform_wrapper ul {background-color:#9932CC}

    test screenshot: http://grab.by/8d6g

    Posted 13 years ago on Wednesday January 5, 2011 | Permalink
  3. Gman-north
    Member

    That worked...Thank you sir,,,,,,

    Posted 13 years ago on Wednesday January 5, 2011 | Permalink
  4. Great. Thanks for the update.

    Posted 13 years ago on Wednesday January 5, 2011 | Permalink

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