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.

Olde chestnut - changing the input text size?

  1. 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

    Posted 14 years ago on Friday September 2, 2011 | Permalink
  2. Don't worry - just me being a putz. The code works perfectly, it's where you put it that counts. Thanks again for a very nice plugin
    Andrew

    Posted 14 years ago on Friday September 2, 2011 | Permalink
  3. Thanks for the kind words. Glad you got it working.

    Posted 14 years ago on Friday September 2, 2011 | Permalink

This topic has been resolved and has been closed to new replies.