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.

quick and easy way to modify background color of a form without css knowledge?

  1. i would like my form to stand out of a white background. possible say a orange form. how can i easily do so please?

    Posted 11 years ago on Tuesday May 22, 2012 | Permalink
  2. David Peralty

    Check this out - http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples
    Go to Form Wrapper.

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  3. Thanks and just to confirm I would add these codes where ? Style.css located in child these directory?

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  4. i'm getting closer to my goal. so i edit the style.css file in my childs theme directory and add this code to gravity form section:

    [css]
    #content .gform_wrapper_4 {
    	background-color: #F9F2D6;
    	overflow: hidden;
    	margin: 0 0 20px;
    	padding: 15px 20px 0;
    }

    i just want to change the background color of form 4. is this right?

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  5. David Peralty

    Is it looking the way you want?

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  6. I believe you are going to want #content #gform_wrapper_4. It's an ID, not a class. Do you have a link to your form?

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink