<?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: Changing the Color of the entered text in the field boxes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/changing-the-color-of-the-entered-text-in-the-field-boxes</link>
		<description>Gravity Support Forums Topic: Changing the Color of the entered text in the field boxes</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:26:57 +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/changing-the-color-of-the-entered-text-in-the-field-boxes" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Changing the Color of the entered text in the field boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-the-color-of-the-entered-text-in-the-field-boxes#post-203296</link>
			<pubDate>Wed, 10 Apr 2013 01:40:21 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">203296@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome, glad you got it sorted.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amongstit1 on "Changing the Color of the entered text in the field boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-the-color-of-the-entered-text-in-the-field-boxes#post-202897</link>
			<pubDate>Tue, 09 Apr 2013 17:09:16 +0000</pubDate>
			<dc:creator>amongstit1</dc:creator>
			<guid isPermaLink="false">202897@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! This code is what ended up working.  Splitting them was the key!&#60;br /&#62;
}&#60;br /&#62;
#content,&#60;br /&#62;
#content textarea {&#60;br /&#62;
	color: #e2e2e2;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	line-height: 24px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#content input {&#60;br /&#62;
	color: #2d2d2d;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	line-height: 24px;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Changing the Color of the entered text in the field boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-the-color-of-the-entered-text-in-the-field-boxes#post-202865</link>
			<pubDate>Tue, 09 Apr 2013 16:37:43 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">202865@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In that case would splitting that CSS be a problem so it would look more like this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#content {
   /* content styles go here */
}

.gform_wrapper textarea {
   /* text area styles go here */
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>amongstit1 on "Changing the Color of the entered text in the field boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-the-color-of-the-entered-text-in-the-field-boxes#post-202859</link>
			<pubDate>Tue, 09 Apr 2013 16:23:47 +0000</pubDate>
			<dc:creator>amongstit1</dc:creator>
			<guid isPermaLink="false">202859@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Nope
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Changing the Color of the entered text in the field boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-the-color-of-the-entered-text-in-the-field-boxes#post-202854</link>
			<pubDate>Tue, 09 Apr 2013 16:14:14 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">202854@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have any none gravity forms textareas on this or other pages
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amongstit1 on "Changing the Color of the entered text in the field boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-the-color-of-the-entered-text-in-the-field-boxes#post-202847</link>
			<pubDate>Tue, 09 Apr 2013 16:07:22 +0000</pubDate>
			<dc:creator>amongstit1</dc:creator>
			<guid isPermaLink="false">202847@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using Chrome and have been using the element inspector.  Here is what is controlling the color in my style.css line 463.&#60;br /&#62;
media=&#34;all&#34;&#60;br /&#62;
#content, #content input, #content textarea {&#60;br /&#62;
color: #e2e2e2;&#60;br /&#62;
font-size: 12px;&#60;br /&#62;
line-height: 24px;&#60;br /&#62;
}&#60;br /&#62;
Changing this color obviously changes the style for the whole page though.  &#60;/p&#62;
&#60;p&#62;The plugs that are active and being used are:&#60;br /&#62;
Countdown timer&#60;br /&#62;
Disable Comments&#60;br /&#62;
Google Analytics&#60;br /&#62;
Gravity Forms&#60;br /&#62;
Gravity Forms + Stripe&#60;br /&#62;
Under Construction
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Changing the Color of the entered text in the field boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-the-color-of-the-entered-text-in-the-field-boxes#post-202831</link>
			<pubDate>Tue, 09 Apr 2013 15:47:00 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">202831@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, CSS inheritance issues arise all the time, do you have any other plugins running that could be adding a stylesheet that contains styles for form elements like the textarea.&#60;/p&#62;
&#60;p&#62;Also what browser are you using, if you are using chrome right click on the textarea and select 'inspect element' from the bottom of the context menu, you should see something like this &#60;a href=&#34;http://imgur.com/YDFkvSd&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/YDFkvSd&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Along the right side you should find a list of all the styles that are are connected to that textarea, you might be able to locate a rule in there that is setting the color
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amongstit1 on "Changing the Color of the entered text in the field boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-the-color-of-the-entered-text-in-the-field-boxes#post-202821</link>
			<pubDate>Tue, 09 Apr 2013 15:35:06 +0000</pubDate>
			<dc:creator>amongstit1</dc:creator>
			<guid isPermaLink="false">202821@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Unfortunately Still nothing.  Sorry not an expert programer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Changing the Color of the entered text in the field boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-the-color-of-the-entered-text-in-the-field-boxes#post-202809</link>
			<pubDate>Tue, 09 Apr 2013 15:21:35 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">202809@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't know if this would affect it or not but on lines 35 to 42 you have the following html which does not belong in a stylehseet, try removing it and see if that makes a difference.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;fb-root&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;script&#38;gt;(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = &#38;quot;//connect.facebook.net/en_US/all.js#xfbml=1&#38;amp;appId=442121285837361&#38;quot;;
  fjs.parentNode.insertBefore(js, fjs);
}(document, &#38;#39;script&#38;#39;, &#38;#39;facebook-jssdk&#38;#39;));&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;There is also an extra } bracket on line 362 that should be removed&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#site-title a {
	color: #036f91;
	font-weight: bold;
	text-decoration: none;
}

}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>amongstit1 on "Changing the Color of the entered text in the field boxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-the-color-of-the-entered-text-in-the-field-boxes#post-202803</link>
			<pubDate>Tue, 09 Apr 2013 15:11:09 +0000</pubDate>
			<dc:creator>amongstit1</dc:creator>
			<guid isPermaLink="false">202803@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No luck still.  Any other suggestions?&#60;br /&#62;
Here is the link to the code for the style sheet.&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/private/areuaruydyircj3pry6g&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/private/areuaruydyircj3pry6g&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
