First of all, THANK YOU for your wonderful documentation, support and these forums: they helped a lot so far. I am posting my question here so future generations of GFormers can use it for reference...
Regarding:
http://www.freeandequal.dreamhosters.com/volunteer/
I managed to get the text input boxes to take a larger font size, but had some trouble with the dropdowns and paragraph text. Until I figured out their containers... I'm including that code here because it was a bugger to figure out, and I want to make someone's life easier...
My question is, are there any other input fields I am missing that I just haven't spotted because they are not on my form?
Here's what I'm workin' with right now:
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select,
font-size: 13px;
font-family: inherit;
margin-bottom: 1px;
}
Am I good?