<?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: Easy way to change ALL the input text size</title>
		<link>https://legacy.forums.gravityhelp.com/topic/easy-way-to-change-all-the-input-text-size</link>
		<description>Gravity Support Forums Topic: Easy way to change ALL the input text size</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 10:06:19 +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/easy-way-to-change-all-the-input-text-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Easy way to change ALL the input text size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/easy-way-to-change-all-the-input-text-size#post-31163</link>
			<pubDate>Thu, 28 Jul 2011 18:30:06 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">31163@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the update and the good idea. Done.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/question/is-there-an-easy-way-to-change-all-the-input-text-size/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/question/is-there-an-easy-way-to-change-all-the-input-text-size/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>extreme-south on "Easy way to change ALL the input text size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/easy-way-to-change-all-the-input-text-size#post-31156</link>
			<pubDate>Thu, 28 Jul 2011 17:32:22 +0000</pubDate>
			<dc:creator>extreme-south</dc:creator>
			<guid isPermaLink="false">31156@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Brilliant ! Thanks so much. This should be a FAQ :-)&#60;/p&#62;
&#60;p&#62;Many thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Easy way to change ALL the input text size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/easy-way-to-change-all-the-input-text-size#post-31117</link>
			<pubDate>Thu, 28 Jul 2011 08:24:08 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">31117@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You don't need to target every individual field - that's what global class names are for.. simply apply the new rule to the available input types &#38;amp; form controls like this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[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-family: verdana, sans-serif;
	font-size:16px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should be specific enough to override most theme styles without using the !important declaration. Just put that at the end of your theme stylesheet and you should be good to go.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>extreme-south on "Easy way to change ALL the input text size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/easy-way-to-change-all-the-input-text-size#post-31107</link>
			<pubDate>Thu, 28 Jul 2011 03:44:36 +0000</pubDate>
			<dc:creator>extreme-south</dc:creator>
			<guid isPermaLink="false">31107@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;- I've searched the forums&#60;br /&#62;
- I've pulled out hair (and I need every strand)&#60;br /&#62;
- I've spent hours&#60;/p&#62;
&#60;p&#62;I'm always tweaking stylesheets, firebugging etc etc but this has got me stumped.&#60;/p&#62;
&#60;p&#62;I simply want to change the size of the text that the user inputs across ALL the fields. There must be one class I can target or hack with !important to resize it? I simply want ALL the input text to be verdana 16px - it's currently crazy-small. My form is huge and I can't believe I have to target every single individual field - that would be nuts.&#60;/p&#62;
&#60;p&#62;Please restore my sanity.&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
