<?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: change font size for forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-for-forms</link>
		<description>Gravity Support Forums Topic: change font size for forms</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 12:00:45 +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/change-font-size-for-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>yogini on "change font size for forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-for-forms#post-224815</link>
			<pubDate>Fri, 26 Apr 2013 01:32:13 +0000</pubDate>
			<dc:creator>yogini</dc:creator>
			<guid isPermaLink="false">224815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok so I was able to figure out how to do a global text input increase from the gravity forms FAQs.&#60;/p&#62;
&#60;p&#62;The only issue now is how to do that for the text input in my contact form widget??&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yogini on "change font size for forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-for-forms#post-224749</link>
			<pubDate>Fri, 26 Apr 2013 00:32:22 +0000</pubDate>
			<dc:creator>yogini</dc:creator>
			<guid isPermaLink="false">224749@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Did I need to cut and paste this into my gravity forms plugin styles sheets (if so, which one?) as opposed to the style.css sheet for my theme in general? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yogini on "change font size for forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-for-forms#post-224744</link>
			<pubDate>Fri, 26 Apr 2013 00:24:36 +0000</pubDate>
			<dc:creator>yogini</dc:creator>
			<guid isPermaLink="false">224744@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! Copied and pasted as you said but it didn't seem to increase the font at all for any part of my forms...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "change font size for forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-for-forms#post-221282</link>
			<pubDate>Tue, 23 Apr 2013 17:23:50 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">221282@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome, that's correct, just copy to your style.css and customise to suit your needs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yogini on "change font size for forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-for-forms#post-221276</link>
			<pubDate>Tue, 23 Apr 2013 17:21:45 +0000</pubDate>
			<dc:creator>yogini</dc:creator>
			<guid isPermaLink="false">221276@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! So just add pixel size and copy and paste these codes, as you have them, one after the other, at the bottom of my themes style.css sheet?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "change font size for forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-for-forms#post-206786</link>
			<pubDate>Fri, 12 Apr 2013 07:42:20 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">206786@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To increase the size of the font in the selects, textareas and other inputs you can add the following CSS towards the bottom of your themes style.css, modifying the pixel size to whatever you want.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper select, .gform_wrapper textarea {
     font-size: 15px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To increase the field label font size you would use the same method&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .top_label .gfield_label {
    font-size:
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard&#60;br /&#62;
--&#60;br /&#62;
Just another member of the community helping out where I can
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yogini on "change font size for forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-for-forms#post-205710</link>
			<pubDate>Thu, 11 Apr 2013 12:34:10 +0000</pubDate>
			<dc:creator>yogini</dc:creator>
			<guid isPermaLink="false">205710@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your help.&#60;/p&#62;
&#60;p&#62;Here is the form: &#60;a href=&#34;http://samyapractice.com/design-your-seminar/&#34; rel=&#34;nofollow&#34;&#62;http://samyapractice.com/design-your-seminar/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I like the boldness of titles, but would like to increase the font size, specifically of the drop down and multi choice menus, but I am fine if its simpler just to increase it for the whole form (and all forms). The top title of the form and the description seem like a good size as is.&#60;/p&#62;
&#60;p&#62;The font size for the person filling out the form and inputting text is also really small, so I would like to increase that too.&#60;/p&#62;
&#60;p&#62;The simpler the solution, the better, if you could walk me through that.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "change font size for forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-for-forms#post-205704</link>
			<pubDate>Thu, 11 Apr 2013 12:23:57 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">205704@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can definitely inspect elements of your form (all of our elements have their own classes you can hook into). You might need to override your own theme CSS to do what you want though. Can you link to your form and give us more details on what you are looking to have happen?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yogini on "change font size for forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-for-forms#post-205699</link>
			<pubDate>Thu, 11 Apr 2013 12:20:21 +0000</pubDate>
			<dc:creator>yogini</dc:creator>
			<guid isPermaLink="false">205699@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I looked through the forums but it's a lot of info, so how can I increase the font size of my forms (all of them), and specifically the drop down and multi choice lists font size, as those are currently very small based on the default gravity forms styling based on my theme.&#60;/p&#62;
&#60;p&#62;And, where do I input the code, just paste it at the end of the style.css theme for my website and nothing else will be disrupted?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
