Hello!
Sorry to ask such a simpleton question...
I'm having a problem styling the form the way would like.
http://312digital.com/sandbox (password = test)
Ideally, I would like to do three things:
1. Have the form wrapper be orange so it stands out.
2. Have the labels appear inside the input area, to reduce the size of the form and/or;
3. Reduce the font size across the entire form.
I've researched a tried adding CSS to my style.css to no avail.
Here is the css I have added at the bottom of the stylesheet:
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
font-size:11px;
}
#gform_wrapper_1 {background: #e46c0a}
What am I missing?
Sean McGinnis