<?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: Description Under Field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/description-under-field</link>
		<description>Gravity Support Forums Topic: Description Under Field</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:23:12 +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/description-under-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Description Under Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/description-under-field#post-29233</link>
			<pubDate>Wed, 06 Jul 2011 12:16:47 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I already provided it.  The last link in my response above is the targeting sample for the field description container.  The field description container is the container for the field description.  It is what you use to target and style the description of a field.&#60;/p&#62;
&#60;p&#62;For example, the targeting sample in the documentation looks like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {border:1px solid red}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If I add this CSS to my themes stylesheet and view my form I get this: &#60;a href=&#34;http://i.imgur.com/DOPez.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/DOPez.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Which is exactly what the CSS told it to do... add a 1 pixel solid red border around that field description by targeting that element.&#60;/p&#62;
&#60;p&#62;If I want to change the color to red I would modify the CSS so it looks like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {color: red;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Which results in a form field that looks like this: &#60;a href=&#34;http://i.imgur.com/pg2r4.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/pg2r4.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Those screenshots are taken right from my test form and the changes were implemented using the CSS above which come directly from the CSS targeting examples that I provided you links to above.  &#60;/p&#62;
&#60;p&#62;So i've provided you with everything you should need to target and style form field elements.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tim on "Description Under Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/description-under-field#post-29227</link>
			<pubDate>Wed, 06 Jul 2011 11:52:25 +0000</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid isPermaLink="false">29227@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;C'mon Carl... &#60;/p&#62;
&#60;p&#62;I went all over those targeting samples but could not find it ;-) Otherwise i would not post it in the forum...&#60;/p&#62;
&#60;p&#62;Would you mind  telling me whats the exact CSS code for that text below the form? &#60;/p&#62;
&#60;p&#62;Its greatly appriciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Description Under Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/description-under-field#post-29226</link>
			<pubDate>Wed, 06 Jul 2011 11:47:14 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29226@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How to target and style fields using CSS is covered in the Documentation in the CSS Targeting Samples page under Design and Layout here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The CSS Targeting Samples can be found here:&#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;It provides all sorts of examples for targeting and styling specific form field elements, including the description which can be found here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples#Input_Field_Description_Container&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples#Input_Field_Description_Container&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tim on "Description Under Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/description-under-field#post-29222</link>
			<pubDate>Wed, 06 Jul 2011 11:41:14 +0000</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid isPermaLink="false">29222@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there..&#60;/p&#62;
&#60;p&#62;Im currently trying to change the color of the description text beneath a regular form field: &#60;a href=&#34;http://tardis1.tinygrab.com/auL3&#34; rel=&#34;nofollow&#34;&#62;http://tardis1.tinygrab.com/auL3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Currently its very dark gray.. i need it to be a bit lighter..&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Tim
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
