<?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: Contact form style?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/contact-form-style</link>
		<description>Gravity Support Forums Topic: Contact form style?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 05:35:53 +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/contact-form-style" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Contact form style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-form-style#post-20482</link>
			<pubDate>Sun, 13 Mar 2011 20:36:53 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">20482@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The text color style is coming from your theme, not the Gravity Forms styles. It's being output in a style block embedded in your page. View the source and you'll see this around line 140.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body, p,
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
ol.commentlist, #commentform input, input, #commentform textarea, textarea { color: #ffffff; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That rule is setting everything, including your form input colors to white. If you disable that or change that, then you should be fine.&#60;/p&#62;
&#60;p&#62;You can try overriding that rule by adding this to the end of your theme's style sheet.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=phone],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=submit],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {color:#000}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should reset the text color to black on all of your Gravity Forms and not change anything else in your theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theshadow on "Contact form style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-form-style#post-20480</link>
			<pubDate>Sun, 13 Mar 2011 15:55:54 +0000</pubDate>
			<dc:creator>theshadow</dc:creator>
			<guid isPermaLink="false">20480@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;The standaard text in template style is White now I whant to channge this to black in my form style.&#60;br /&#62;
I copied the form.css to my template style but I cant find the good line that I will copy for this change.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.romafotografie.nl/Wordpress/contact&#34; rel=&#34;nofollow&#34;&#62;http://www.romafotografie.nl/Wordpress/contact&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
