i would like my form to stand out of a white background. possible say a orange form. how can i easily do so please?
i would like my form to stand out of a white background. possible say a orange form. how can i easily do so please?
Check this out - http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples
Go to Form Wrapper.
Thanks and just to confirm I would add these codes where ? Style.css located in child these directory?
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?
Is it looking the way you want?
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?