<?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 multi page buttons</title>
		<link>https://legacy.forums.gravityhelp.com/topic/styling-multi-page-buttons</link>
		<description>Gravity Support Forums Topic: Styling multi page buttons</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:04:02 +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-multi-page-buttons" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Styling multi page buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-multi-page-buttons#post-20296</link>
			<pubDate>Wed, 09 Mar 2011 19:13:02 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">20296@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, wonderful. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pcgs51 on "Styling multi page buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-multi-page-buttons#post-20294</link>
			<pubDate>Wed, 09 Mar 2011 19:06:23 +0000</pubDate>
			<dc:creator>pcgs51</dc:creator>
			<guid isPermaLink="false">20294@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I care for it just fine. The buttons now work as they should and with only one !important.&#60;br /&#62;
Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Styling multi page buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-multi-page-buttons#post-20291</link>
			<pubDate>Wed, 09 Mar 2011 18:40:27 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">20291@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, I got it. I referenced the first form to show that they looked similar.&#60;/p&#62;
&#60;p&#62;In this instance you're going to need to look at the existing rule that's being applied, and be even more specific to override that. You may still need the important declaration for it.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body.custom #container #page #content_box .post_box .format_text .gform_footer input[type=submit].button,
body.custom #container #page #content_box .post_box .format_text .gform_page_footer input[type=submit].button.gform_button,
body.custom #container #page #content_box .post_box .format_text .gform_page_footer input[type=button].button.gform_previous_button,
body.custom #container #page #content_box .post_box .format_text .gform_page_footer input[type=button].button.gform_next_button  {width: 110px!important}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That works in my test.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/9nVT&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9nVT&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you don't care for that, you can always copy the forms.css file to your theme directory and modify that version. Just set the &#34;output CSS&#34; option in the settings page to no. That way you can modify the default CSS to your heart's content without it being overwritten by future upgrades.&#60;/p&#62;
&#60;p&#62;Oh, and the button settings are in the page break fields.. you can see the option to use an image instead.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/9nXs&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9nXs&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pcgs51 on "Styling multi page buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-multi-page-buttons#post-20289</link>
			<pubDate>Wed, 09 Mar 2011 18:19:28 +0000</pubDate>
			<dc:creator>pcgs51</dc:creator>
			<guid isPermaLink="false">20289@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, the normal form is fine and that is why I provided the link. That's how I'd like it to work in the multi page scenario. &#60;/p&#62;
&#60;p&#62;The buttons on the multi page form are cut off on the right at varying amounts. I did start at the body tag. Adjusting the width doesn't do anything. In fact I've tried it many many different ways starting with the body tag.&#60;/p&#62;
&#60;p&#62;What I see in firebug is that the Gravity stylesheet for Version 1.5.RC4.2 shows &#60;/p&#62;
&#60;p&#62;width: auto; &#60;/p&#62;
&#60;p&#62;for the Next button and if I click it off (in firebug) the button to displays properly. This is the rule in the Gravity CSS not Thesis. But I don't know how to affect the &#34;width: auto;&#34; in my style sheet. I tried using these options:&#60;/p&#62;
&#60;p&#62;width: 110px!important;&#60;br /&#62;
width: 110px;&#60;br /&#62;
width: &#38;lt;insert various widths here&#38;gt;px !important&#60;br /&#62;
---nothing---&#60;/p&#62;
&#60;p&#62;Even if I opt for the image button you suggest it would only affect the &#34;Submit&#34; button. I don't see where I can affect the &#34;Previous&#34; and &#34;Next&#34; buttons. Thought it would be logical to affect all the buttons the same way site wide using a blank image for the button background and using text over it.&#60;/p&#62;
&#60;p&#62;Is there a way to fix this with cleaner CSS?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Styling multi page buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-multi-page-buttons#post-20282</link>
			<pubDate>Wed, 09 Mar 2011 17:20:59 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">20282@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The buttons appear to be the same to me - sans the rounded corners on the right.&#60;/p&#62;
&#60;p&#62;screenshot - multi: &#60;a href=&#34;http://grab.by/9nNP&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9nNP&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;screenhot - normal: &#60;a href=&#34;http://grab.by/9nNZ&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9nNZ&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you want to override the other styles without using the important declaration you need to use very specific inheritance, starting back from the body tag if necessary.&#60;/p&#62;
&#60;p&#62;There is also an option to use image buttons in place of the standard submits if you prefer to do that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pcgs51 on "Styling multi page buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-multi-page-buttons#post-20275</link>
			<pubDate>Wed, 09 Mar 2011 16:48:50 +0000</pubDate>
			<dc:creator>pcgs51</dc:creator>
			<guid isPermaLink="false">20275@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl,&#60;/p&#62;
&#60;p&#62;I try not to use !important whenever possible but I will if I must. &#60;/p&#62;
&#60;p&#62;However this !important solution only partially works and after attempting to adjust thinking it will take more than that. Please view my &#60;a href=&#34;http://priscillac.com/services/client-services/design-brief/&#34; rel=&#34;nofollow&#34;&#62;multi page form&#60;/a&#62; and advance to the last page for the full effect.&#60;/p&#62;
&#60;p&#62;Wondering how I managed to change the Contact page's submit button without it? Yes, I did have to use the !important on the width. &#60;/p&#62;
&#60;p&#62;FWIW, I tried changing the width of the buttons with no affect what so ever.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Styling multi page buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-multi-page-buttons#post-20263</link>
			<pubDate>Wed, 09 Mar 2011 15:50:27 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20263@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem is it is inheriting some Thesis specific styles.&#60;/p&#62;
&#60;p&#62;You can override these by adding !important to the end of each style attribute to force it to override any other styles being applied.&#60;/p&#62;
&#60;p&#62;For example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body.custom .gform_wrapper .gform_body .gform_page_footer .gform_next_button,
 body.custom .gform_wrapper .gform_body .gform_page_footer .gform_previous_button,
 body.custom .gform_wrapper .gform_body .gform_page_footer .gform_button {
	background: transparent url(&#38;#39;images/btn_submit.png&#38;#39;) 0 0 no-repeat!important;
	border:0!important;
	color: #fff!important;
	text-shadow: 2px 2px 2px #3c2715!important;
	font-family:&#38;quot;Trebuchet MS&#38;quot;,&#38;quot;Lucida Grande&#38;quot;,&#38;quot;Lucida Sans Unicode&#38;quot;,&#38;quot;Lucida Sans&#38;quot;,Arial,sans-serif!important;
	font-size: 1.2em!important;
	font-weight: bold!important;
	width: 110px!important;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You may need to tweak the styles some more, but that should get you started.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pcgs51 on "Styling multi page buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-multi-page-buttons#post-20255</link>
			<pubDate>Wed, 09 Mar 2011 15:38:16 +0000</pubDate>
			<dc:creator>pcgs51</dc:creator>
			<guid isPermaLink="false">20255@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I managed to style a &#34;Submit&#34; button with your help on another Gravity form on my site, but I now find in attempting to style multi page &#34;Previous&#34; &#34;Next&#34; and &#34;Submit&#34; buttons that there must be something I'm missing. I tried the CSS Targeting Samples with no luck.&#60;/p&#62;
&#60;p&#62;You can &#60;a href=&#34;http://priscillac.com/services/client-services/design-brief/&#34; rel=&#34;nofollow&#34;&#62;see the multi page form here.&#60;/a&#62; My &#60;a href=&#34;http://priscillac.com/wordpress/wp-content/themes/thesis_18/custom/custom.css&#34; rel=&#34;nofollow&#34;&#62;CSS is here&#60;/a&#62;. The Gravity multi page rules are at the very bottom of that file.&#60;/p&#62;
&#60;p&#62;I would like my buttons to be styled like the Submit button &#60;a href=&#34;http://priscillac.com/contact/&#34; rel=&#34;nofollow&#34;&#62;on this page.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
