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.

How do I change the form background color?

  1. Zach Settewongse
    Member

    How do I just change the background color of the entire form?

    Posted 13 years ago on Wednesday April 13, 2011 | Permalink
  2. You would add custom CSS to your themes stylesheet to target and style the form wrapper class.

    Here is documentation on how to target and style form elements. This will link right to the area discussing how to style the form wrapper class (gform_wrapper):

    http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples#Form_Wrapper

    Posted 13 years ago on Wednesday April 13, 2011 | Permalink
  3. Zach Settewongse
    Member

    Thanks I added the following to the custom CSS and it did what I was looking for to all the forms on the site.

    [css]
    body .gform_wrapper { color:#323232 }
    body .gform_wrapper { background:#e1e1e1}
    Posted 13 years ago on Friday April 15, 2011 | Permalink

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