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

		<item>
			<title>Rob Harrell on "Changing Submit Button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button#post-149174</link>
			<pubDate>Mon, 18 Feb 2013 09:06:32 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">149174@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could try using this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper {
max-width: 100%;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dmayer5 on "Changing Submit Button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button#post-148891</link>
			<pubDate>Mon, 18 Feb 2013 02:05:53 +0000</pubDate>
			<dc:creator>dmayer5</dc:creator>
			<guid isPermaLink="false">148891@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Rob: &#60;/p&#62;
&#60;p&#62;I typically don't add the license key to my forms but you made a great suggestion so I added all the modified CSS to my theme stylesheet. Thank you very much for all the help. Only other thing is that I am trying to make the form to align perfectly even on both the left side and right side. Any quick fix that I can accomplish with that? (full width page)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Changing Submit Button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button#post-148659</link>
			<pubDate>Sun, 17 Feb 2013 18:35:03 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">148659@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The first thing you are going to want to do, is not edit the forms.css file of the plugin. As soon as we release an update to Gravity Forms, it's going to wipe out your changes - thus the warning message at the top of the file to not edit it.&#60;/p&#62;
&#60;p&#62;Once you have removed and reverted the forms.css file, place the following edited CSS snippet in your theme's stylesheet (or wherever you place custom styles at the theme level) and it should do the trick for you:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
	color:#ffffff;
   	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid rgba(114,114,114,0.4);
	border-radius: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 0px rgba(114,114,114,0.3);
	-moz-box-shadow: 0 1px 0px rgba(114,114,114,0.3);
	-webkit-box-shadow: 0 1px 0px rgba(114,114,114,0.3);
	background-color: #0096d6;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
	border: 1px solid rgba(114,114,114,0.6);
	background-color: #444444;
}
body .gform_wrapper .gform_footer input[type=submit]:active { top: 1px; }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dmayer5 on "Changing Submit Button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button#post-148517</link>
			<pubDate>Sun, 17 Feb 2013 11:57:23 +0000</pubDate>
			<dc:creator>dmayer5</dc:creator>
			<guid isPermaLink="false">148517@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, yes I do: &#60;a href=&#34;http://dekarmedia.com/new/contact/&#34; rel=&#34;nofollow&#34;&#62;http://dekarmedia.com/new/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Right underneath the Gravity Form is the built in Contact form the developer put in the theme. &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Changing Submit Button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button#post-148237</link>
			<pubDate>Sun, 17 Feb 2013 02:55:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">148237@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have a URL to the page on this site where you are trying to change the look?  And also, another page on the site where we can see what you want the buttons to look like?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dmayer5 on "Changing Submit Button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button#post-148233</link>
			<pubDate>Sun, 17 Feb 2013 02:51:43 +0000</pubDate>
			<dc:creator>dmayer5</dc:creator>
			<guid isPermaLink="false">148233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is what I have gotten so far in the forms.css however, I can't figure out how to get the hover effect to work.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	color:#ffffff;
   	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid rgba(114,114,114,0.4);
	border-radius: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 0px rgba(114,114,114,0.3);
	-moz-box-shadow: 0 1px 0px rgba(114,114,114,0.3);
	-webkit-box-shadow: 0 1px 0px rgba(114,114,114,0.3);
	background-color: #0096d6 !important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit]:hover {
	border: 1px solid rgba(114,114,114,0.6);
	background-color: #444444;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit]:active { top: 1px; }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dmayer5 on "Changing Submit Button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-submit-button#post-148046</link>
			<pubDate>Sat, 16 Feb 2013 22:05:05 +0000</pubDate>
			<dc:creator>dmayer5</dc:creator>
			<guid isPermaLink="false">148046@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How can I change the submit button, via CSS? What I mean is I have used GF's on a couple websites that I have worked with. Some of the themes, I activate and create the forms and they automatically adopt the settings of the theme so the text fields and submit button look like the other forms. Here is an example of what I mean: &#60;a href=&#34;http://www.oclawmen.org/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.oclawmen.org/contact/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;How can I set up the forms so they integrate without having a plain button? I have already changed some of the CSS settings to make the text fields and ext to look like the Blog page comment form.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
