<?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: Styling submit buttom</title>
		<link>https://legacy.forums.gravityhelp.com/topic/styling-submit-buttom</link>
		<description>Gravity Support Forums Topic: Styling submit buttom</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:24:10 +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/styling-submit-buttom" rel="self" type="application/rss+xml" />

		<item>
			<title>Kathyj on "Styling submit buttom"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-submit-buttom#post-19607</link>
			<pubDate>Mon, 28 Feb 2011 20:06:19 +0000</pubDate>
			<dc:creator>Kathyj</dc:creator>
			<guid isPermaLink="false">19607@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin... I had actually tried that but  I had just used the last selector as input.button and it hadn't worked ... all's well now thanks. I now need to apply more styling to the page and form... I may be back!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Styling submit buttom"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-submit-buttom#post-19602</link>
			<pubDate>Mon, 28 Feb 2011 18:46:35 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">19602@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can try using the important declaration if you need. It's better if you just use better CSS specificity.&#60;/p&#62;
&#60;p&#62;You just need to be more specific with your CSS inheritance to override the other rules. You have to step it down from the parent ID's and classes.&#60;/p&#62;
&#60;p&#62;Try adding this to the end of your custom CSS&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body.custom #container #page #content_box #content .post_box .format_text .gform_wrapper .gform_footer input[type=submit].button {
    color: #fff;
    border: 5px solid green;
    background-image: none;
    background-color: blue;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://grab.by/9dfs&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9dfs&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Styling submit buttom"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-submit-buttom#post-19598</link>
			<pubDate>Mon, 28 Feb 2011 18:33:20 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">19598@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@kathyj Try using the !important declaration after each style you set in your custom CSS to force it to use that.  What could be happening is depending on the order the CSS is loaded, your CSS is being overridden by the other styles you have in place.  Be sure to place your custom CSS at the very end of your themes stylesheet and use the !important declaration after each style you apply.  In your example above you use !important after the width declaration, apply it to every single style declaration.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kathyj on "Styling submit buttom"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-submit-buttom#post-19590</link>
			<pubDate>Mon, 28 Feb 2011 17:54:15 +0000</pubDate>
			<dc:creator>Kathyj</dc:creator>
			<guid isPermaLink="false">19590@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Its seems that the customization that I have done for the front page button is overriding my ability to customize the submit button... Any other suggestion s or should I just make an image?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kathyj on "Styling submit buttom"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-submit-buttom#post-19586</link>
			<pubDate>Mon, 28 Feb 2011 17:30:46 +0000</pubDate>
			<dc:creator>Kathyj</dc:creator>
			<guid isPermaLink="false">19586@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;dosen't work
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kathyj on "Styling submit buttom"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-submit-buttom#post-19584</link>
			<pubDate>Mon, 28 Feb 2011 17:28:59 +0000</pubDate>
			<dc:creator>Kathyj</dc:creator>
			<guid isPermaLink="false">19584@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No Carl that is the default style for the button in the theme which is overiding the form button I will try you r code now  give me a moment
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Styling submit buttom"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-submit-buttom#post-19581</link>
			<pubDate>Mon, 28 Feb 2011 17:17:42 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">19581@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would target the submit button with this CSS selection:&#60;/p&#62;
&#60;p&#62;#gform_wrapper_6 .gform_footer .button {YOUR CSS HERE}&#60;/p&#62;
&#60;p&#62;It looks like you have already styled the form on that page.  It appears styled to me with rounded corners, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kathyj on "Styling submit buttom"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-submit-buttom#post-19579</link>
			<pubDate>Mon, 28 Feb 2011 17:10:51 +0000</pubDate>
			<dc:creator>Kathyj</dc:creator>
			<guid isPermaLink="false">19579@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.tricitypsychology.com/blog/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.tricitypsychology.com/blog/contact-us/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hi I seem to be having a problem styling the submit button I have tried several selectors but to no avail&#60;br /&#62;
this is what I am have currently any suggestions?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#gform_wrapper_6 input.button {
    -moz-border-radius:0 ;
    -moz-box-shadow:0;
     background-color: #E3E3E3;
     border-color: #CCCCCC #999999 #999999 #CCCCCC;
     border-style: double;
     border-width: 2px;
     color: #111111;
     cursor: pointer;
     font-family: Verdana;
     font-size: 9px;
     overflow: visible;
     padding: 0.313em 0.85em;
     width: auto !important;
     text-shadow:none;

}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
