<?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: How to Give the Submit Button a Hover State?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-give-the-submit-button-a-hover-state</link>
		<description>Gravity Support Forums Topic: How to Give the Submit Button a Hover State?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:15:38 +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/how-to-give-the-submit-button-a-hover-state" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "How to Give the Submit Button a Hover State?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-give-the-submit-button-a-hover-state#post-66300</link>
			<pubDate>Sat, 14 Jul 2012 22:04:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66300@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We can give more specific assistance if you post a link to your form.  But to add a hover state to the CSS you posted there, add this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_footer input.button:hover&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and also&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_footer input.button:active&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and finally&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_footer input.button:focus&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've never had good luck getting this to work (especially with IE):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;#39;submit&#38;#39;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;so I generally avoid it.  To be super specific, you can add a class to your form and then target that in your theme's stylesheet.  Or just get more specific with the CSS rules.  If it's not working, please post a link to your form and we'll help you out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chilliwackdesign on "How to Give the Submit Button a Hover State?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-give-the-submit-button-a-hover-state#post-66234</link>
			<pubDate>Sat, 14 Jul 2012 01:29:32 +0000</pubDate>
			<dc:creator>chilliwackdesign</dc:creator>
			<guid isPermaLink="false">66234@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;I've been plugging away at this, but no luck. I'm sure someone will have the obvious answer. How do I make the submit button change when hovered over? I need to turn this into a hover state: &#60;/p&#62;
&#60;p&#62;.gform_wrapper .gform_footer input.button,&#60;br /&#62;
.gform_wrapper .gform_footer input[type=submit]&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
