<?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-1</link>
		<description>Gravity Support Forums Topic: Easy way to change ALL the input text size</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:26:26 +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-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell 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-1#post-317187</link>
			<pubDate>Tue, 11 Jun 2013 11:34:15 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">317187@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, glad to help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aajohn21 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-1#post-317185</link>
			<pubDate>Tue, 11 Jun 2013 11:30:37 +0000</pubDate>
			<dc:creator>aajohn21</dc:creator>
			<guid isPermaLink="false">317185@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;brilliant thanks so much for your help - and so quickly as well, much appreciated :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell 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-1#post-317176</link>
			<pubDate>Tue, 11 Jun 2013 11:19:11 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">317176@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To change the field labels for this form only you can use:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_7 .top_label .gfield_label {
font-size: 30px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To change the text inside of the inputs and textarea you can use:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_7 input[type=text], #gform_wrapper_7 input[type=url], #gform_wrapper_7 input[type=email], #gform_wrapper_7 input[type=tel], #gform_wrapper_7 input[type=number], #gform_wrapper_7 input[type=password], #gform_wrapper_7 textarea {
font-size: 30px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just place in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aajohn21 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-1#post-317168</link>
			<pubDate>Tue, 11 Jun 2013 11:10:09 +0000</pubDate>
			<dc:creator>aajohn21</dc:creator>
			<guid isPermaLink="false">317168@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;that was quick! I've only put a basic page together to test out other plugins - you can see one at the top of the text on this page but here it is anyway&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.neurologicalphysio.co.uk/testfont/&#34; rel=&#34;nofollow&#34;&#62;http://www.neurologicalphysio.co.uk/testfont/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell 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-1#post-317142</link>
			<pubDate>Tue, 11 Jun 2013 10:49:46 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">317142@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure - do you have a link to your form page that I could take a look at?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aajohn21 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-1#post-317136</link>
			<pubDate>Tue, 11 Jun 2013 10:48:26 +0000</pubDate>
			<dc:creator>aajohn21</dc:creator>
			<guid isPermaLink="false">317136@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;following on from this post a couple of years ago. I have a few forms on one site, but i just want to increase the font size on one form to be used for users with limited vision.&#60;/p&#62;
&#60;p&#62;ideally i'd like to offer the user the option of increasing the font size themselves, have tried a couple of plugins out but as i expected they don't have any effect on the form, only the other text outside of the form on the page. Hey it was worth a try.&#60;/p&#62;
&#60;p&#62;is there a simple way of just increasing the font size on one of my many forms please?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
