<?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 Text font/color and button and color</title>
		<link>https://legacy.forums.gravityhelp.com/topic/changing-text-fontcolor-and-button-and-color</link>
		<description>Gravity Support Forums Topic: Changing Text font/color and button and color</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 01:55:33 +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-text-fontcolor-and-button-and-color" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Changing Text font/color and button and color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-text-fontcolor-and-button-and-color#post-45029</link>
			<pubDate>Tue, 27 Dec 2011 21:02:56 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">45029@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@raull1 You have styles being applied by your theme that are setting the text color of that input to white.  See this screenshot:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dl.dropbox.com/u/185347/Slingshot/Pictures/Screen%20Shot%202011-12-27%20at%207.59.35%20PM.png&#34; rel=&#34;nofollow&#34;&#62;http://dl.dropbox.com/u/185347/Slingshot/Pictures/Screen%20Shot%202011-12-27%20at%207.59.35%20PM.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This particular style is coming from the skin.css file of your theme.  Specifically line 380 of that file where it sets the foreground color to #FFFFFF, which is white.&#60;/p&#62;
&#60;p&#62;How does this theme work? Do you select colors/etc. and configure styles in some sort of theme options admin page?&#60;/p&#62;
&#60;p&#62;If not and it's strictly standard CSS controlled then you need to edit this file:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://puertaenrollable.com/wp-content/themes/striking/cache/skin.css?ver=1325033850&#34; rel=&#34;nofollow&#34;&#62;http://puertaenrollable.com/wp-content/themes/striking/cache/skin.css?ver=1325033850&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#footer input, #footer textarea, #footer .text_input, #footer .textarea {
	color:  #ffffff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It's actually the very last line in that stylesheet.  Change that color to the color you want it to be.&#60;/p&#62;
&#60;p&#62;In the future please be sure to create your own support forum post when requesting support rather than replying to and piggybacking on another users support request.  This makes things much easier to manage as most of the time even if someone else's request or problem may sound similar... a lot of the times they are unrelated and have different resolutions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raull1 on "Changing Text font/color and button and color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-text-fontcolor-and-button-and-color#post-45014</link>
			<pubDate>Tue, 27 Dec 2011 20:25:35 +0000</pubDate>
			<dc:creator>raull1</dc:creator>
			<guid isPermaLink="false">45014@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The submit button in my form has the font in the same color as the background, how would I correct that? My knowledge of stylesheets and ccs is close to none. I tried in IE, FF and Chrome and the button looks the same in all. Any suggestions are appreciated. -puertaenrollable.com&#60;/p&#62;
&#60;p&#62;- I have a second form on the same site that shows the default button properly. (puertaenrollable.com/iniciar/cotizar/)&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Changing Text font/color and button and color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-text-fontcolor-and-button-and-color#post-33266</link>
			<pubDate>Mon, 22 Aug 2011 19:50:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">33266@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's weird, in Firefox the submit appears grey with white text, but in Chrome it is sometimes black and sometimes grey (both with white text).  That makes me think there is something inconsistent in the CSS.&#60;/p&#62;
&#60;p&#62;Can you remove those lines from your style.css and add these in their place?  They're more specific rules.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper {
    	color: #696969!important;
}
body .gform_wrapper .gform_title {
	font-family:helvetica!important;
	color: #696969!important;
}
body .gform_wrapper .gfield_description {
	font-size: 12px!important;
}
body .gform_wrapper .gform_footer input[type=&#38;quot;submit&#38;quot;] {
	background-color: #696969!important;
	color: #FFFFFF;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Screenshot Chrome: &#60;a href=&#34;http://minus.com/mqa4x1Nz1&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/mqa4x1Nz1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Screenshot Firefox: &#60;a href=&#34;http://minus.com/mqa4x1Nz1#2&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/mqa4x1Nz1#2&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markahiggins on "Changing Text font/color and button and color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-text-fontcolor-and-button-and-color#post-33257</link>
			<pubDate>Mon, 22 Aug 2011 18:51:04 +0000</pubDate>
			<dc:creator>markahiggins</dc:creator>
			<guid isPermaLink="false">33257@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just double checked and on my end I cannot see the changes even adter resetting Safari and then checking it out on my wife's ThinkPad.&#60;/p&#62;
&#60;p&#62;Here is all the codeI have. All I'm trying to do is change the description text and the submit button to match the rest of the gray text on my website.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
}
.gform_footer .button {
	background-color: #696969!important;
	color: #FFFFFF;
}
.gform_title {
	font-family:helvetica!important;
	color: #696969!important;
}
.gfield_description {
	font-size: 12px!important;
}
body .gform_wrapper {
    	color: #696969!important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Changing Text font/color and button and color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-text-fontcolor-and-button-and-color#post-33123</link>
			<pubDate>Sat, 20 Aug 2011 20:15:40 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">33123@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You may need to clear your browser cache to see your changes. I'm seeing a gray button with white text in Safari.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://i.imgur.com/egIVr.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/egIVr.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Like I mentioned before, having a space between the &#34;!important&#34; declaration is simply a preference, it doesn't make any difference.&#60;/p&#62;
&#60;p&#62;If you want to change all of the label/description text colors for your form, you can do so this way.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper {
    color: #696969;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>markahiggins on "Changing Text font/color and button and color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-text-fontcolor-and-button-and-color#post-33118</link>
			<pubDate>Sat, 20 Aug 2011 19:18:38 +0000</pubDate>
			<dc:creator>markahiggins</dc:creator>
			<guid isPermaLink="false">33118@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I had added the space in the line of css code as WebEndev suggested. &#60;/p&#62;
&#60;p&#62;Weird on Safari it shows the text of the form and the button as black and not grey. Is there another line of CSS code that I need?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Changing Text font/color and button and color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-text-fontcolor-and-button-and-color#post-33116</link>
			<pubDate>Sat, 20 Aug 2011 17:19:31 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">33116@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Spacing on what element and what colors? I don't see any spacing properties in your rules above. Also, the only colors I saw rendered (on the button) were correct. Your form didn't have the form title visible so that rule didn't apply to anything.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markahiggins on "Changing Text font/color and button and color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-text-fontcolor-and-button-and-color#post-33112</link>
			<pubDate>Sat, 20 Aug 2011 16:54:05 +0000</pubDate>
			<dc:creator>markahiggins</dc:creator>
			<guid isPermaLink="false">33112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I changed the spacing and there is no change in the text color. Instead of a gray text matching the rest of the website it's black.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Changing Text font/color and button and color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-text-fontcolor-and-button-and-color#post-33109</link>
			<pubDate>Sat, 20 Aug 2011 15:45:55 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">33109@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like your styles are being applied properly. Is there something I'm missing?&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/nGUY5D&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/nGUY5D&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, adding a space between the &#34;!important&#34; declaration shouldn't make any difference.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Changing Text font/color and button and color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-text-fontcolor-and-button-and-color#post-33108</link>
			<pubDate>Sat, 20 Aug 2011 15:41:04 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">33108@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Add a space between px and !important like&#60;/p&#62;
&#60;p&#62;.gfield_description {font-size: 12px !important;}
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
