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!
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!
Gravity Forms inherits styles from your theme - do you have a link to your form so I can offer some help/guidance?
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!
Try dropping this into your theme's stylesheet to change the label sizes:
[css]
.gform_wrapper .gfield_label {
font-size: 14px;
}
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.
That CSS snippet I posted above will do the trick for you.
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!
Yes, that's usually correct. Each theme is different and handles the way you place styling, but that would be a safe assumption.
Perfect! Thank you so much! Looks great now!
Awesome support!
Right on, right on! I agree with you, it does look better. Glad to help out!