<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Form field label size</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-field-label-size</link>
		<description>Gravity Support Forums Topic: Form field label size</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 14:42:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/form-field-label-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Form field label size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-field-label-size#post-72384</link>
			<pubDate>Thu, 23 Aug 2012 18:00:44 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">72384@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, right on! I agree with you, it does look better. Glad to help out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ron.pradhan on "Form field label size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-field-label-size#post-72382</link>
			<pubDate>Thu, 23 Aug 2012 17:58:47 +0000</pubDate>
			<dc:creator>ron.pradhan</dc:creator>
			<guid isPermaLink="false">72382@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect! Thank you so much! Looks great now! &#60;/p&#62;
&#60;p&#62;Awesome support!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form field label size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-field-label-size#post-72378</link>
			<pubDate>Thu, 23 Aug 2012 17:56:42 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">72378@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, that's usually correct. Each theme is different and handles the way you place styling, but that would be a safe assumption.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ron.pradhan on "Form field label size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-field-label-size#post-72376</link>
			<pubDate>Thu, 23 Aug 2012 17:54:57 +0000</pubDate>
			<dc:creator>ron.pradhan</dc:creator>
			<guid isPermaLink="false">72376@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm assuming the styesheet of my theme is style.css?&#60;/p&#62;
&#60;p&#62;Sorry I'm very new to all of this! &#60;/p&#62;
&#60;p&#62;Thank you so much for all the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form field label size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-field-label-size#post-72375</link>
			<pubDate>Thu, 23 Aug 2012 17:54:09 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">72375@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That CSS snippet I posted above will do the trick for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ron.pradhan on "Form field label size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-field-label-size#post-72372</link>
			<pubDate>Thu, 23 Aug 2012 17:52:52 +0000</pubDate>
			<dc:creator>ron.pradhan</dc:creator>
			<guid isPermaLink="false">72372@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you go to the last &#34;page&#34; of the form, you can really see how it looks pretty cluttered due to the big field labels.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form field label size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-field-label-size#post-72370</link>
			<pubDate>Thu, 23 Aug 2012 17:52:00 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">72370@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try dropping this into your theme's stylesheet to change the label sizes:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gfield_label {
font-size: 14px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>ron.pradhan on "Form field label size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-field-label-size#post-72369</link>
			<pubDate>Thu, 23 Aug 2012 17:50:30 +0000</pubDate>
			<dc:creator>ron.pradhan</dc:creator>
			<guid isPermaLink="false">72369@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure - here's the link: &#60;a href=&#34;http://bit.ly/Stid70&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/Stid70&#60;/a&#62; (shortened since its quite long) &#60;/p&#62;
&#60;p&#62;How do I make it not inherit from my theme? &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form field label size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-field-label-size#post-72364</link>
			<pubDate>Thu, 23 Aug 2012 17:45:51 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">72364@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms inherits styles from your theme - do you have a link to your form so I can offer some help/guidance?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ron.pradhan on "Form field label size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-field-label-size#post-72362</link>
			<pubDate>Thu, 23 Aug 2012 17:44:35 +0000</pubDate>
			<dc:creator>ron.pradhan</dc:creator>
			<guid isPermaLink="false">72362@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62;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? &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
