<?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 Issue</title>
		<link>https://legacy.forums.gravityhelp.com/topic/submit-button-issue</link>
		<description>Gravity Support Forums Topic: Submit button Issue</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 05:31:12 +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-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Submit button Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-issue#post-20371</link>
			<pubDate>Thu, 10 Mar 2011 17:45:23 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20371@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The CSS you referenced is only if you are using an image submit button, which it doesn't sound like you are if your theme is setting the colors.  So you wouldn't use that.&#60;/p&#62;
&#60;p&#62;If you want to change the background color and foreground color you need to add the appropriate CSS.  For example:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;body .gform_wrapper .gform_footer input[type=submit] {color: #FFFFFF, background-color: #000000;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That would set the foreground color to white and the background color to black for the button.  BUT the way CSS inheritance works depending on how your CSS is setup and the order in which your CSS is executed, if your colors are still getting overwritten then you can use the !important declaration to force it.  For example:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;body .gform_wrapper .gform_footer input[type=submit] {color: #FFFFFF!important, background-color: #000000!important;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It's all standard CSS.  You just have to target the correct HTML element and use CSS to apply the styles you want.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>faith4more on "Submit button Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-issue#post-20370</link>
			<pubDate>Thu, 10 Mar 2011 17:29:08 +0000</pubDate>
			<dc:creator>faith4more</dc:creator>
			<guid isPermaLink="false">20370@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for links&#60;/p&#62;
&#60;p&#62;From the link I get&#60;/p&#62;
&#60;p&#62;&#60;code&#62;body .gform_wrapper .gform_footer input[type=image] {border:1px solid red}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But question is how do I change it?  What I have is a blue button .  Problem is text in button is so dark can't really tell it says submit. The button is also very small.  Is there a way to change that using code above or is there another way to do it?&#60;/p&#62;
&#60;p&#62;Any suggestions would be helpful
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Submit button Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-issue#post-20351</link>
			<pubDate>Thu, 10 Mar 2011 15:27:15 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20351@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you can use CSS to target and style any form element.  You would add custom CSS to your themes stylesheet to target and style whatever you want.&#60;/p&#62;
&#60;p&#62;Here are some examples:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/css-targeting-samples/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/css-targeting-samples/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>faith4more on "Submit button Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-issue#post-20337</link>
			<pubDate>Thu, 10 Mar 2011 13:39:42 +0000</pubDate>
			<dc:creator>faith4more</dc:creator>
			<guid isPermaLink="false">20337@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Submit button at bottom of form is hard to read.  It picks up the colors of my theme.  Is there away to over ride that and customize that button.  I did not include URL to site because it is not public yet.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
