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.

Form field label size

  1. ron.pradhan
    Member

    Hi!

    I just purchased this, so I am a little new to this. I am creating a form, however the form's field labels are huge! How do I reduce the text size of the field labels?

    Thanks!

    Posted 11 years ago on Thursday August 23, 2012 | Permalink
  2. Gravity Forms inherits styles from your theme - do you have a link to your form so I can offer some help/guidance?

    Posted 11 years ago on Thursday August 23, 2012 | Permalink
  3. ron.pradhan
    Member

    Sure - here's the link: http://bit.ly/Stid70 (shortened since its quite long)

    How do I make it not inherit from my theme?

    Thanks!

    Posted 11 years ago on Thursday August 23, 2012 | Permalink
  4. Try dropping this into your theme's stylesheet to change the label sizes:

    [css]
    .gform_wrapper .gfield_label {
    font-size: 14px;
    }
    Posted 11 years ago on Thursday August 23, 2012 | Permalink
  5. ron.pradhan
    Member

    If you go to the last "page" of the form, you can really see how it looks pretty cluttered due to the big field labels.

    Posted 11 years ago on Thursday August 23, 2012 | Permalink
  6. That CSS snippet I posted above will do the trick for you.

    Posted 11 years ago on Thursday August 23, 2012 | Permalink
  7. ron.pradhan
    Member

    I'm assuming the styesheet of my theme is style.css?

    Sorry I'm very new to all of this!

    Thank you so much for all the help!

    Posted 11 years ago on Thursday August 23, 2012 | Permalink
  8. Yes, that's usually correct. Each theme is different and handles the way you place styling, but that would be a safe assumption.

    Posted 11 years ago on Thursday August 23, 2012 | Permalink
  9. ron.pradhan
    Member

    Perfect! Thank you so much! Looks great now!

    Awesome support!

    Posted 11 years ago on Thursday August 23, 2012 | Permalink
  10. Right on, right on! I agree with you, it does look better. Glad to help out!

    Posted 11 years ago on Thursday August 23, 2012 | Permalink

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