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

		<item>
			<title>Kevin Flahaut on "submit button image ......"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image#post-31925</link>
			<pubDate>Sat, 06 Aug 2011 15:24:12 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">31925@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would have guessed Thesis because I've seen this many times.&#60;/p&#62;
&#60;p&#62;The reason you don't see a border when you add the image elsewhere is that you're not using the image as an input type. You're probably just adding the image with the normal src tag. When you apply the image as the form button, it gets added as &#60;strong&#62;input type=&#34;image&#34; src=&#34;blahblah.png&#34;&#60;/strong&#62; Once it's defined as in input, it inherits styles intended for inputs. &#60;/p&#62;
&#60;p&#62;Glad you figured it all out. You're the man!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SEO Scott on "submit button image ......"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image#post-31911</link>
			<pubDate>Sat, 06 Aug 2011 11:47:29 +0000</pubDate>
			<dc:creator>SEO Scott</dc:creator>
			<guid isPermaLink="false">31911@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin,&#60;/p&#62;
&#60;p&#62;It appears I answered my own question. ;)&#60;br /&#62;
The padding was affected by the background of the button element itself, so I just added this to the code you provided:&#60;br /&#62;
------------------------&#60;br /&#62;
body .gform_wrapper .gform_footer input[type=image] {&#60;br /&#62;
        border:none;&#60;br /&#62;
        background-color: #FFFFFF;}&#60;br /&#62;
------------------------&#60;br /&#62;
And voila, it is removed, or the same color as my background I should say.&#60;/p&#62;
&#60;p&#62;Thanks again Kevin!&#60;br /&#62;
Scott
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SEO Scott on "submit button image ......"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image#post-31910</link>
			<pubDate>Sat, 06 Aug 2011 11:16:48 +0000</pubDate>
			<dc:creator>SEO Scott</dc:creator>
			<guid isPermaLink="false">31910@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;I'm using the Thesis theme on &#60;a href=&#34;http://www.online-uncontested-divorce.com/sign-up/&#34; rel=&#34;nofollow&#34;&#62;THIS&#60;/a&#62; particular site. If I insert the button image anywhere else I get no border. It's only when I insert the image through the form editor this happens.&#60;/p&#62;
&#60;p&#62;I inserted the css code into my custom css in thesis, and it did remove the black border,  but there is still a border that looks kind of like a padding color or something. Here's the code I put in from you:&#60;br /&#62;
----------------------------&#60;br /&#62;
body .gform_wrapper .gform_footer input[type=image] {&#60;br /&#62;
        border:none;}&#60;br /&#62;
----------------------------&#60;br /&#62;
Thanks again Kevin!&#60;/p&#62;
&#60;p&#62;Scott
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "submit button image ......"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image#post-31891</link>
			<pubDate>Fri, 05 Aug 2011 20:30:03 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">31891@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms isn't adding your border. It's coming from your theme. Most likely the theme has applied a blanket border property to all inputs. Since the image button is technically an input, it's going to inherit from this rule. Since you didn't post a URL to your form I can't tell you with 100% surety, but I'd bet money thats the case.&#60;/p&#62;
&#60;p&#62;You can add this to your theme stylesheet and it should override the border property.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_footer input[type=image] {border:none!important}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>SEO Scott on "submit button image ......"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-image#post-31888</link>
			<pubDate>Fri, 05 Aug 2011 18:34:11 +0000</pubDate>
			<dc:creator>SEO Scott</dc:creator>
			<guid isPermaLink="false">31888@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I just bought the developer version and am starting to dive in now. I apologize for some dumb questions in advance.  I made a nice button with a drop shadow that I want to use for (instead of) my submit button, which is an option for each form.&#60;/p&#62;
&#60;p&#62;It seems that GF puts a border around any image I try to use which defeats me trying to use a button with a drop shadow of course. Is there an easy way to stop this behavior?&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
SEO Scott
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
