<?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: Advanced Field Styling</title>
		<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-styling</link>
		<description>Gravity Support Forums Topic: Advanced Field Styling</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 16:09: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/advanced-field-styling" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Advanced Field Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-styling#post-49627</link>
			<pubDate>Thu, 16 Feb 2012 15:31:52 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49627@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, glad to help out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hicksjt on "Advanced Field Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-styling#post-49599</link>
			<pubDate>Thu, 16 Feb 2012 12:29:26 +0000</pubDate>
			<dc:creator>hicksjt</dc:creator>
			<guid isPermaLink="false">49599@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm good now, thanks for all your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Advanced Field Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-styling#post-49591</link>
			<pubDate>Thu, 16 Feb 2012 11:20:45 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49591@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Im looking at your stylesheet and I believe you have something invalid here, you have &#34;FORM&#34; sticking out there, do you mean for that to be a comment like the clearfix start?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/bZ9S&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/bZ9S&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hicksjt on "Advanced Field Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-styling#post-49586</link>
			<pubDate>Thu, 16 Feb 2012 10:23:41 +0000</pubDate>
			<dc:creator>hicksjt</dc:creator>
			<guid isPermaLink="false">49586@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Rob, thanks for the reply &#38;amp; I meant to get back to this earlier. All the fields in the form changed except the first/last name, street, city, zip code. I guess I'm missing something?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Advanced Field Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-styling#post-49034</link>
			<pubDate>Fri, 10 Feb 2012 15:51:17 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49034@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Those are sub-labels and can be targeted via:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
font-size: 18px !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>hicksjt on "Advanced Field Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-styling#post-49028</link>
			<pubDate>Fri, 10 Feb 2012 14:55:02 +0000</pubDate>
			<dc:creator>hicksjt</dc:creator>
			<guid isPermaLink="false">49028@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;All I'm wanting to do is increase the text size of a few advanced form fields (first &#38;amp; last name, street address, city, state, zip, etc.) and the standard text/paragraph fields change but not the advanced fields. Here's the URL: &#60;a href=&#34;http://kecbridalshow.com/brides&#34; rel=&#34;nofollow&#34;&#62;http://kecbridalshow.com/brides&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here's the CSS:&#60;/p&#62;
&#60;p&#62;body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],&#60;br /&#62;
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],&#60;br /&#62;
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],&#60;br /&#62;
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],&#60;br /&#62;
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],&#60;br /&#62;
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],&#60;br /&#62;
body .gform_wrapper .gform_body .gform_fields .gfield select,&#60;br /&#62;
body .gform_wrapper .gform_body .gform_fields .gfield textarea,&#60;br /&#62;
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex {&#60;br /&#62;
	font-size:18px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
