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

		<item>
			<title>Rob Harrell on "Quick Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quick-styling#post-188199</link>
			<pubDate>Thu, 28 Mar 2013 16:34:36 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">188199@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The tabindex is conflicting with that other form. I assume you won't have both? Just remove the other or set the tabindex higher on your GF shortcode:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Underdog on "Quick Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quick-styling#post-188196</link>
			<pubDate>Thu, 28 Mar 2013 16:32:49 +0000</pubDate>
			<dc:creator>Underdog</dc:creator>
			<guid isPermaLink="false">188196@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect, great support!&#60;/p&#62;
&#60;p&#62;Another question and please let me know if I should start a new topic:&#60;/p&#62;
&#60;p&#62;I notice when I tabe from one input trying to move to the next input space it does not move that way.  Is there a limitation with GF on this or is there a conflict with my theme?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Quick Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quick-styling#post-188185</link>
			<pubDate>Thu, 28 Mar 2013 16:26:03 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">188185@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This should be for the hover:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
color: #54770f !important;
background-image: linear-gradient(top, #AAD75B 0%, #D1E990 100%);
background-image: -o-linear-gradient(top, #AAD75B 0%, #D1E990 100%);
background-image: -moz-linear-gradient(top, #AAD75B 0%, #D1E990 100%);
background-image: -webkit-linear-gradient(top, #AAD75B 0%, #D1E990 100%);
background-image: -ms-linear-gradient(top, #AAD75B 0%, #D1E990 100%);
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #AAD75B), color-stop(1, #D1E990) );
border: 1px solid #AAD75B;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=&#38;#39;#AAD75B&#38;#39;, endColorstr=&#38;#39;#D1E990&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Underdog on "Quick Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quick-styling#post-188181</link>
			<pubDate>Thu, 28 Mar 2013 16:23:34 +0000</pubDate>
			<dc:creator>Underdog</dc:creator>
			<guid isPermaLink="false">188181@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob!  Button now looks the same as the them styling.  Is there anyway to duplicate the hover effect?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Quick Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quick-styling#post-188175</link>
			<pubDate>Thu, 28 Mar 2013 16:20:34 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">188175@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Steve, drop this into your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level) and see how far it gets you:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
color: #54770f !important;
background-image: linear-gradient(top, #D1E990 0%, #AAD75B 100%);
background-image: -o-linear-gradient(top, #D1E990 0%, #AAD75B 100%);
background-image: -moz-linear-gradient(top, #D1E990 0%, #AAD75B 100%);
background-image: -webkit-linear-gradient(top, #D1E990 0%, #AAD75B 100%);
background-image: -ms-linear-gradient(top, #D1E990 0%, #AAD75B 100%);
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #D1E990), color-stop(1, #AAD75B) );
border: 1px solid #AAD75B;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=&#38;#39;#D1E990&#38;#39;, endColorstr=&#38;#39;#AAD75B&#38;#39;);
height: 32px;
font: 13px/32px &#38;#39;PTSansBold&#38;#39;, arial, helvetica, sans-serif;
text-transform: uppercase;
text-align: center;
text-shadow: 0 1px 0 #fff;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
box-shadow: 0 1px 1px rgba(0,0,0,0.2);
font-weight: bold;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Underdog on "Quick Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quick-styling#post-188156</link>
			<pubDate>Thu, 28 Mar 2013 15:45:59 +0000</pubDate>
			<dc:creator>Underdog</dc:creator>
			<guid isPermaLink="false">188156@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Rob, sent you an email with the link and password.  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Quick Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quick-styling#post-188154</link>
			<pubDate>Thu, 28 Mar 2013 15:41:23 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">188154@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have a link to your form and a link to a page with the button style on it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Underdog on "Quick Styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quick-styling#post-188153</link>
			<pubDate>Thu, 28 Mar 2013 15:40:12 +0000</pubDate>
			<dc:creator>Underdog</dc:creator>
			<guid isPermaLink="false">188153@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My theme uses shortcodes for buttons but the form is not inheriting the button style.  How do I update this?&#60;/p&#62;
&#60;p&#62;Also, how do I add a shaded box behind the total form?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
