<?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: Font Color of Form Fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/font-color-of-form-fields</link>
		<description>Gravity Support Forums Topic: Font Color of Form Fields</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 12:55:11 +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/font-color-of-form-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Font Color of Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/font-color-of-form-fields#post-50872</link>
			<pubDate>Tue, 28 Feb 2012 18:26:50 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">50872@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure dude, no worries. Send me the info to &#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62; and I'll take a peek.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theireton on "Font Color of Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/font-color-of-form-fields#post-50864</link>
			<pubDate>Tue, 28 Feb 2012 17:53:42 +0000</pubDate>
			<dc:creator>theireton</dc:creator>
			<guid isPermaLink="false">50864@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Im just not a programmer. this is my first attempt at creating a website from scratch on my own. Ive always been on the design side of things. So im not very knowledgeable. Sorry man.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theireton on "Font Color of Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/font-color-of-form-fields#post-50863</link>
			<pubDate>Tue, 28 Feb 2012 17:43:01 +0000</pubDate>
			<dc:creator>theireton</dc:creator>
			<guid isPermaLink="false">50863@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Im sorry Im not more knowledgeable on the this stuff. I purchased the theme on wordpress..and am not sure where all the coding is that you need. Is there any way that I could have you log into it and see for yourself?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Font Color of Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/font-color-of-form-fields#post-50860</link>
			<pubDate>Tue, 28 Feb 2012 17:23:52 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">50860@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm  having a hard time finding that style block - which CSS file did you place it in? You have a gazillion CSS files in your theme - so trying to figure out where it might be at this level is cumbersome and also every theme is setup differently so I'm not sure of your hierarchy. If you removed it, can you add it back in for me and point me to the CSS file so I can see what's going on.&#60;/p&#62;
&#60;p&#62;Also, are you even using this anywhere in your theme at the moment?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;quot;text&#38;quot;], input[type=&#38;quot;password&#38;quot;], input[type=&#38;quot;email&#38;quot;], textarea, select {
background: none repeat scroll 0 0 #222;
border: 1px solid #444;
border-radius: 2px 2px 2px 2px;
color: #777;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If not, you might want to just update that to reflect your needs, or make that selector more specific with an ID or a class.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theireton on "Font Color of Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/font-color-of-form-fields#post-50854</link>
			<pubDate>Tue, 28 Feb 2012 16:18:06 +0000</pubDate>
			<dc:creator>theireton</dc:creator>
			<guid isPermaLink="false">50854@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;still the same =/
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Font Color of Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/font-color-of-form-fields#post-50847</link>
			<pubDate>Tue, 28 Feb 2012 14:56:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">50847@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try it now, I edited the above slightly with some !important declarations.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theireton on "Font Color of Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/font-color-of-form-fields#post-50845</link>
			<pubDate>Tue, 28 Feb 2012 14:40:35 +0000</pubDate>
			<dc:creator>theireton</dc:creator>
			<guid isPermaLink="false">50845@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok I copied and pasted the coding that you had in your reply into my css stylesheet for the theme and no change. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.neverstaysilent.com/about/our-team&#34; rel=&#34;nofollow&#34;&#62;http://www.neverstaysilent.com/about/our-team&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Font Color of Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/font-color-of-form-fields#post-50815</link>
			<pubDate>Tue, 28 Feb 2012 11:25:42 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">50815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like in your theme you have this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;quot;text&#38;quot;], input[type=&#38;quot;password&#38;quot;], input[type=&#38;quot;email&#38;quot;], textarea, select {
background: none repeat scroll 0 0 #222;
border: 1px solid #444;
border-radius: 2px 2px 2px 2px;
color: #777;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want to retain that style and not mess with it, then you will need to target gravity form's inputs only with something like this and place it into your theme's css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper input[type=&#38;quot;text&#38;quot;], .gform_wrapper input[type=&#38;quot;url&#38;quot;], .gform_wrapper input[type=&#38;quot;email&#38;quot;], .gform_wrapper input[type=&#38;quot;tel&#38;quot;], .gform_wrapper input[type=&#38;quot;number&#38;quot;], .gform_wrapper input[type=&#38;quot;password&#38;quot;], .gform_wrapper select {
color: white !important;
border-color: #666 !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>theireton on "Font Color of Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/font-color-of-form-fields#post-50812</link>
			<pubDate>Tue, 28 Feb 2012 11:11:57 +0000</pubDate>
			<dc:creator>theireton</dc:creator>
			<guid isPermaLink="false">50812@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;On my forms, the font color that a user types in the form fields is very similar to the background color of those boxes. How can I change the font color to white?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.neverstaysilent.com/about/our-team&#34; rel=&#34;nofollow&#34;&#62;http://www.neverstaysilent.com/about/our-team&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, the outline of the boxes could be lighter in color as well. Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
