<?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: Need to change next, previous, and submit buttons color</title>
		<link>https://legacy.forums.gravityhelp.com/topic/need-to-change-next-previous-and-submit-buttons-color</link>
		<description>Gravity Support Forums Topic: Need to change next, previous, and submit buttons color</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 11:32:05 +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/need-to-change-next-previous-and-submit-buttons-color" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Need to change next, previous, and submit buttons color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-change-next-previous-and-submit-buttons-color#post-154327</link>
			<pubDate>Mon, 25 Feb 2013 15:42:59 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">154327@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah I don't see those styles coming in at all upon inspection of the buttons. You might want to verify that the file you are placing your custom CSS in is actually getting output.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WAShockley on "Need to change next, previous, and submit buttons color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-change-next-previous-and-submit-buttons-color#post-154211</link>
			<pubDate>Mon, 25 Feb 2013 11:37:14 +0000</pubDate>
			<dc:creator>WAShockley</dc:creator>
			<guid isPermaLink="false">154211@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks but it still doesn't have any effect. I'm assuming this means there is an issue with my child theme setup? Or is there something else that could be going on here?&#60;/p&#62;
&#60;p&#62;Appreciate it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Need to change next, previous, and submit buttons color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-change-next-previous-and-submit-buttons-color#post-152529</link>
			<pubDate>Fri, 22 Feb 2013 18:41:16 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">152529@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try this out:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_page_footer input.gform_next_button, body .gform_wrapper .gform_page_footer input.gform_previous_button, body .gform_wrapper .gform_page_footer input.gform_button {
color: #fff;
background: #3db8a2;
border: 1px solid #000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;https://www.evernote.com/shard/s212/sh/7e2a10f1-94b9-4588-8edb-c237dae6b6e8/09a72c82e2a23e73ba09d006cada94a1&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WAShockley on "Need to change next, previous, and submit buttons color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-change-next-previous-and-submit-buttons-color#post-152519</link>
			<pubDate>Fri, 22 Feb 2013 18:28:49 +0000</pubDate>
			<dc:creator>WAShockley</dc:creator>
			<guid isPermaLink="false">152519@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry. Should work now. &#60;/p&#62;
&#60;p&#62;Like I said... i'm new at this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Need to change next, previous, and submit buttons color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-change-next-previous-and-submit-buttons-color#post-152517</link>
			<pubDate>Fri, 22 Feb 2013 18:27:06 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">152517@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm getting a blank green screen when I pull up that link: &#60;a href=&#34;https://www.evernote.com/shard/s212/sh/e3a40344-0cf5-4c4f-bae6-225baba3b480/5d76c2a25c17740ed959be524424812c&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WAShockley on "Need to change next, previous, and submit buttons color"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-to-change-next-previous-and-submit-buttons-color#post-152515</link>
			<pubDate>Fri, 22 Feb 2013 18:24:49 +0000</pubDate>
			<dc:creator>WAShockley</dc:creator>
			<guid isPermaLink="false">152515@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm new to this so I apologize for my ignorance. I'm trying to change attributes of the next, previous, and submit buttons by adding the appropriate code to my themes style.css file but nothing I change is having an effect. Is this how I'm supposed to style these buttons? &#60;/p&#62;
&#60;p&#62;Here's a link: &#60;a href=&#34;http://themewerx.wpengine.com/get-in-touch&#34; rel=&#34;nofollow&#34;&#62;http://themewerx.wpengine.com/get-in-touch&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Currently it looks like default buttons until you hover, then it displays as the theme's buttons would.&#60;br /&#62;
I've added the following to my themes style.css file, but get no changes:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer button,
body .gform_wrapper .gform_page_footer input[type=submit],
body .gform_wrapper .gform_page_footer button {
	color: #ffffff
	background: #3db8a2
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Am I on the right track or way off base here?&#60;/p&#62;
&#60;p&#62;Appreciate it
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
