<?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: Wordpress Sytle Sheet overwriting text in form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/wordpress-sytle-sheet-overwriting-text-in-form</link>
		<description>Gravity Support Forums Topic: Wordpress Sytle Sheet overwriting text in form</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 13:25:17 +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/wordpress-sytle-sheet-overwriting-text-in-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Wordpress Sytle Sheet overwriting text in form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-sytle-sheet-overwriting-text-in-form#post-27625</link>
			<pubDate>Sat, 11 Jun 2011 21:02:38 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27625@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The forms are designed to inherit a lot of the look and feel from the parent theme.. font color, font-type, etc. The idea being that the forms match the look of your site without having to redefine a lot of those properties. Sometimes, this isn't desirable though so you have to override the theme styles with new ones.&#60;/p&#62;
&#60;p&#62;You would just add a new rule to the end of your theme stylesheet to override the current one. You would make this rule more specific and rely on the inheritance from the main form wrapper div. Something like this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body ul.gform_fields li.gfield {
color:#000;
list-style-type:none
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can find more samples of how to properly target the form elements for CSS manipulation in the documentation at the url below.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Create The Vibe on "Wordpress Sytle Sheet overwriting text in form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-sytle-sheet-overwriting-text-in-form#post-27623</link>
			<pubDate>Sat, 11 Jun 2011 17:54:10 +0000</pubDate>
			<dc:creator>Create The Vibe</dc:creator>
			<guid isPermaLink="false">27623@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form on a page but my:&#60;/p&#62;
&#60;p&#62;ul li {&#60;br /&#62;
    color: #FFFFFF;&#60;br /&#62;
    list-style-type: square;&#60;/p&#62;
&#60;p&#62;Part of my style sheet is overwriting the titles for each of my boxes in my form.  Is there a way within the form to overwrite this so I can have different text colors in my form and in my stylesheet?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Create The Vibe
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
