<?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: Validation error Styling</title>
		<link>https://legacy.forums.gravityhelp.com/topic/validation-error-styling</link>
		<description>Gravity Support Forums Topic: Validation error Styling</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:49:19 +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/validation-error-styling" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Validation error Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validation-error-styling#post-73067</link>
			<pubDate>Wed, 29 Aug 2012 09:32:09 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">73067@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got it sorted out. For anyone looking at this thread in the future, here is a great article we have regarding where code goes:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>arlyon on "Validation error Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validation-error-styling#post-73009</link>
			<pubDate>Tue, 28 Aug 2012 20:58:01 +0000</pubDate>
			<dc:creator>arlyon</dc:creator>
			<guid isPermaLink="false">73009@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, David, I should have specified that the upgrade css changes I was referring to were for the gravity forms css (why I didn't make the changes directly there).&#60;/p&#62;
&#60;p&#62;Thanks for responding so fast though!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>arlyon on "Validation error Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validation-error-styling#post-73008</link>
			<pubDate>Tue, 28 Aug 2012 20:56:44 +0000</pubDate>
			<dc:creator>arlyon</dc:creator>
			<guid isPermaLink="false">73008@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I resolved the problem for all form field errors by using this code in my css file.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body ul.gform_fields li.gfield_error label,
body .gform_wrapper .gform_body ul.gform_fields li.gfield_error div.validation_message,
.validation_message,
.gform_wrapper .validation_error,
.gform_wrapper li.gfield.gfield_error .gfield_description.validation_message{
  color:blue!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this expedites the process for others!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Validation error Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validation-error-styling#post-73005</link>
			<pubDate>Tue, 28 Aug 2012 20:47:30 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">73005@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you please link to your form? Are you making the changes in your theme's stylesheet? CSS shouldn't be changed with upgrades.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>arlyon on "Validation error Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validation-error-styling#post-73004</link>
			<pubDate>Tue, 28 Aug 2012 20:43:29 +0000</pubDate>
			<dc:creator>arlyon</dc:creator>
			<guid isPermaLink="false">73004@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .validation_error {
	color: blue;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is the code I have currently added to my theme .css file. All I want to do is change all error messages with my form from #790000 to blue. I have tried using more specificity than this, but to no avail. I tried using &#34;!important&#34;, but no changes. Seems like a simple enough task, but because the css for gravity forms is overwritten with upgrades, I can't make the changes there, and gravity forms css is overriding my theme css, even when I use EXTREME specificity (which I shouldn't have to do, if I want to change ALL validation error message... right?)&#60;/p&#62;
&#60;p&#62;I read forums that suggested the methods I have already tried that haven't worked. Can someone help? I'm sure it is an easy fix that I'm just not seeing...&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
