<?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: Increase input text size &#38; change label color</title>
		<link>https://legacy.forums.gravityhelp.com/topic/increase-input-text-size-change-label-color</link>
		<description>Gravity Support Forums Topic: Increase input text size &amp; change label color</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:12:36 +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/increase-input-text-size-change-label-color" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Increase input text size &#38; change label color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-input-text-size-change-label-color#post-51571</link>
			<pubDate>Wed, 07 Mar 2012 03:57:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">51571@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's not working because you have improperly formatted CSS.. here's what you have..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]

.button  {
 	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	color: red
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	font-size: 26px;
	color: green
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Notice that the .button class rule is not properly closed with a bracket. That's causing the following rules to fail as well.&#60;/p&#62;
&#60;p&#62;As far as the other issue, please start a new topic for that and we'll address it there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fastfollowerz on "Increase input text size &#38; change label color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-input-text-size-change-label-color#post-51524</link>
			<pubDate>Tue, 06 Mar 2012 20:09:13 +0000</pubDate>
			<dc:creator>fastfollowerz</dc:creator>
			<guid isPermaLink="false">51524@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I deleted all of them after failed attempts. I was putting them at the end of my css stylesheet. I have no added the snippet above to the stylesheet, but still no response on the form. &#60;/p&#62;
&#60;p&#62;ALSO - upon completing the form, there is no redirect to PayPal. It just goes straight to the confirmation page. I had it working correctly last night but now something is off. I checked all settings and can't find the issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Increase input text size &#38; change label color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-input-text-size-change-label-color#post-51396</link>
			<pubDate>Tue, 06 Mar 2012 03:24:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">51396@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't see any custom Gravity Forms styles being applied.. or even added to your theme stylesheet. Where were you putting your custom CSS rules?&#60;/p&#62;
&#60;p&#62;If you use the CSS Targeting Samples as a starting point and put the new rules at the end of your theme's style.css file, you should get the results you're looking for..&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here's an example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	color: red
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	font-size: 16px;
	color: green
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://bit.ly/wF8mNo&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/wF8mNo&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fastfollowerz on "Increase input text size &#38; change label color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-input-text-size-change-label-color#post-51384</link>
			<pubDate>Mon, 05 Mar 2012 23:34:18 +0000</pubDate>
			<dc:creator>fastfollowerz</dc:creator>
			<guid isPermaLink="false">51384@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am attempting to increase the size of the input text in my form. I have found a few topics on this subject but I have had no success. I tried adding the rules in my theme stylesheet, but nothing seems to change in my form.&#60;/p&#62;
&#60;p&#62;The form is located here:&#60;br /&#62;
&#60;a href=&#34;http://www.fastfollowerz.com/tweetzone/&#34; rel=&#34;nofollow&#34;&#62;http://www.fastfollowerz.com/tweetzone/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;I also want to change the color of the label text.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
