<?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 Tag: label - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/label</link>
		<description>Gravity Support Forums Tag: label - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 16:33:14 +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/tags/label" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Active and Validation Highlighting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-and-validation-hightlights#post-337112</link>
			<pubDate>Fri, 21 Jun 2013 16:26:07 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">337112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Indeed! You're welcome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>QandnotU on "Active and Validation Highlighting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-and-validation-hightlights#post-337109</link>
			<pubDate>Fri, 21 Jun 2013 16:21:46 +0000</pubDate>
			<dc:creator>QandnotU</dc:creator>
			<guid isPermaLink="false">337109@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It has become my universal handle, and I did steal the name from the band. The relenteless  dueling guitars on No Kill No Beep Beep never gets old. It's been a while, I think I will listen now. :)&#60;/p&#62;
&#60;p&#62;Again, thank you for the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Active and Validation Highlighting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-and-validation-hightlights#post-336322</link>
			<pubDate>Fri, 21 Jun 2013 07:34:13 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">336322@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to help - this CSS should do the trick:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gfield input:focus[type=text] + label {
color: red;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;BTW - noticed your username - is that in reference to the band Q and Not U?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>QandnotU on "Active and Validation Highlighting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-and-validation-hightlights#post-335034</link>
			<pubDate>Thu, 20 Jun 2013 18:45:26 +0000</pubDate>
			<dc:creator>QandnotU</dc:creator>
			<guid isPermaLink="false">335034@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Rob, you guys are amazing, thank you for the quick response. One more request and I promise to leave you guys alone.&#60;/p&#62;
&#60;p&#62;I'm looking for the CSS string for the Sub-Label when you're 'focused' on a input field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Active and Validation Highlighting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-and-validation-hightlights#post-334469</link>
			<pubDate>Thu, 20 Jun 2013 10:52:14 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">334469@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This selector should do the trick for you:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gfield_error input {}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>QandnotU on "Active and Validation Highlighting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-and-validation-hightlights#post-333401</link>
			<pubDate>Thu, 20 Jun 2013 00:31:44 +0000</pubDate>
			<dc:creator>QandnotU</dc:creator>
			<guid isPermaLink="false">333401@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wanted to set the border, background and font color. Changing them from orange to red tones.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Active and Validation Highlighting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-and-validation-hightlights#post-333147</link>
			<pubDate>Wed, 19 Jun 2013 23:16:05 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">333147@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What exactly are you looking to do to the inputs in terms of stylization on the errors?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>QandnotU on "Active and Validation Highlighting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-and-validation-hightlights#post-332506</link>
			<pubDate>Wed, 19 Jun 2013 15:50:55 +0000</pubDate>
			<dc:creator>QandnotU</dc:creator>
			<guid isPermaLink="false">332506@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.aguppytank.com&#34; rel=&#34;nofollow&#34;&#62;http://www.aguppytank.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you go to step two and hit next to goto step 3, you'll get the validation errors. I've managed since the original post to get text to turn red, but couldn't for the life of me get the input box attributes to change. I'd like to change the normal and active input CSS when a section is in validation.&#60;/p&#62;
&#60;p&#62;Also, one last CSS string I couldn't figure out is getting the Sub-Label to turn orange when someone is active on a field.&#60;/p&#62;
&#60;p&#62;Thank you so much Rob!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Active and Validation Highlighting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-and-validation-hightlights#post-332029</link>
			<pubDate>Wed, 19 Jun 2013 09:59:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">332029@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure, can you post a link to your form for me?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>QandnotU on "Active and Validation Highlighting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hover-and-validation-hightlights#post-330620</link>
			<pubDate>Tue, 18 Jun 2013 17:30:28 +0000</pubDate>
			<dc:creator>QandnotU</dc:creator>
			<guid isPermaLink="false">330620@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm looking to highlight the Sub-Label color when someone is focused on a field.&#60;/p&#62;
&#60;p&#62;Also, when validation errors occur, I'm looking to change the font color for both the Label and Sub-Label as well as the class for the input field. Basically want to make these elements red.&#60;/p&#62;
&#60;p&#62;Can anyone help me with the CSS strings or php to accomplish this. Any help would be greatly appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
