There are a series of posts and a FAQ concerning this, with the suggested change as below -
[css]
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:16px;
}
I'm using the Atahualpa theme and pasting this text at the end of the stylesheet has no effect. I'm afraid to go too far, as the site is live, but I want to use Gravity as it's such an ace plugin. All help appreciated
Andrew