<?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: Submit Button Color</title>
		<link>https://legacy.forums.gravityhelp.com/topic/submit-button-color</link>
		<description>Gravity Support Forums Topic: Submit Button Color</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:45: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/submit-button-color" rel="self" type="application/rss+xml" />

		<item>
			<title>bmsebens on "Submit Button Color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-color#post-8795</link>
			<pubDate>Thu, 19 Aug 2010 10:53:28 +0000</pubDate>
			<dc:creator>bmsebens</dc:creator>
			<guid isPermaLink="false">8795@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks alot, that worked!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Submit Button Color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-color#post-8049</link>
			<pubDate>Fri, 30 Jul 2010 17:52:52 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">8049@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your theme already has Gravity Forms styles added to it.  So when you try to override the Gravity Forms styles in your Theme's Style.css file it is getting overridden by other styles your theme calls from here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.brettsebens.com/wp-content/themes/organic_portfolio_white/includes/organic_gforms.css?ver=3.0&#34; rel=&#34;nofollow&#34;&#62;http://www.brettsebens.com/wp-content/themes/organic_portfolio_white/includes/organic_gforms.css?ver=3.0&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That is where you would need to make your style changes.  Edit that file and find the .button class and you'll see it is being set in that CSS file which is called AFTER the Style.css and therefore is overriding it.&#60;/p&#62;
&#60;p&#62;So make your changes in the file referenced above.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bmsebens on "Submit Button Color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-color#post-8048</link>
			<pubDate>Fri, 30 Jul 2010 17:46:41 +0000</pubDate>
			<dc:creator>bmsebens</dc:creator>
			<guid isPermaLink="false">8048@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.brettsebens.com/?page_id=479&#34; rel=&#34;nofollow&#34;&#62;http://www.brettsebens.com/?page_id=479&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Submit Button Color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-color#post-8046</link>
			<pubDate>Fri, 30 Jul 2010 17:36:45 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">8046@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There shouldn't be anything else you need to do.  If you can post a link to your form I can look at it and see how you added the CSS to see why it isn't working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bmsebens on "Submit Button Color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-color#post-8043</link>
			<pubDate>Fri, 30 Jul 2010 17:13:43 +0000</pubDate>
			<dc:creator>bmsebens</dc:creator>
			<guid isPermaLink="false">8043@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tried to put that code in my themes css and it didn't work is there something else I need to do. Sorry, I'm just not completely comfortable with code yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Submit Button Color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-color#post-8037</link>
			<pubDate>Fri, 30 Jul 2010 15:35:33 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">8037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would target the button that has a class of .button within the .gform_footer div by adding CSS to your themes stylesheet that targets these elements.  For example, you would add CSS similar to the snippet below to your themes stylesheet:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.gform_footer .button {background-color: #XXXXXX; color: #XXXXXX;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Of course changing out the hex values for whatever you want.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bmsebens on "Submit Button Color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-color#post-8036</link>
			<pubDate>Fri, 30 Jul 2010 15:25:27 +0000</pubDate>
			<dc:creator>bmsebens</dc:creator>
			<guid isPermaLink="false">8036@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm sure it's very simple and a I passed over it somewhere, but where can I change the color of the Submit button, I looked in the css and still can't find it. Please help. Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
