<?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: Best practice to target a label...</title>
		<link>https://legacy.forums.gravityhelp.com/topic/best-practice-to-target-a-label</link>
		<description>Gravity Support Forums Topic: Best practice to target a label...</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 23:25:47 +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/best-practice-to-target-a-label" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Best practice to target a label..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/best-practice-to-target-a-label#post-13477</link>
			<pubDate>Sat, 27 Nov 2010 20:37:41 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13477@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The best way to find it is to simply view the source and get the ID from the parent &#38;lt;li &#38;gt; element.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/7BJP&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/7BJP&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Yes, the first number is the form ID# and the second is the field ID. The ID's are added when you add them to the editor, but if you re-arrange the order in the editor, the ID's won't be in sequential order in the form output. It's always best to give a quick look and make sure you have the correct ID - saves a lot of headaches.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biagio111 on "Best practice to target a label..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/best-practice-to-target-a-label#post-13476</link>
			<pubDate>Sat, 27 Nov 2010 20:18:19 +0000</pubDate>
			<dc:creator>biagio111</dc:creator>
			<guid isPermaLink="false">13476@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks so much...I almost have it.  My only question I still have is about&#60;/p&#62;
&#60;p&#62;li#field_1_1&#60;/p&#62;
&#60;p&#62;Where exactly am I looking to know that it's 1_1 ... is that because if there was another field it woudl be 1_2, since it would be the second 1 on the page?  And I assume the first &#34;1&#34; indicates the form number?&#60;/p&#62;
&#60;p&#62;Thanks so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Best practice to target a label..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/best-practice-to-target-a-label#post-13468</link>
			<pubDate>Sat, 27 Nov 2010 15:52:26 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13468@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That will target all of the labels with the class &#34;gfield_label&#34; for form ID#1. If that's what you want to do, then you're golden.&#60;/p&#62;
&#60;p&#62;If you only want to target one specific label, it would be like this&#60;/p&#62;
&#60;p&#62;&#60;code&#62;body #gform_wrapper_1 li#field_1_1 label.gfield_label {color:#fff}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;that only applies the rule to the label that's contained in the &#34;field_1_1&#34; list item. Of course, you would replace the &#34;field_1_1&#34; with the actual ID from your form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biagio111 on "Best practice to target a label..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/best-practice-to-target-a-label#post-13465</link>
			<pubDate>Sat, 27 Nov 2010 15:45:30 +0000</pubDate>
			<dc:creator>biagio111</dc:creator>
			<guid isPermaLink="false">13465@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just want to make sure I'm doing this right.  If I wanted to target a label for a field, is this the best way to get it done:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body #gform_wrapper_1 label.gfield_label {
color: #ffffff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;TIA&#60;br /&#62;
Biagio
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
