<?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: Border around submit button image</title>
		<link>https://legacy.forums.gravityhelp.com/topic/border-around-submit-button-image</link>
		<description>Gravity Support Forums Topic: Border around submit button image</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:41:08 +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/border-around-submit-button-image" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Border around submit button image"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/border-around-submit-button-image#post-316955</link>
			<pubDate>Tue, 11 Jun 2013 08:50:22 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">316955@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;It's not actually a border, it is a box shadow, the same box shadow that is being applied to all your form inputs by the following CSS from your theme's style.css (starting on line 122)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;input, textarea, .genesis-feature a.more-link, .reply a {
-moz-box-shadow: 0 0 5px #ccc inset;
-webkit-box-shadow: 0 0 5px #ccc inset;
background-color: #fff;
border: 1px solid #ccc;
box-shadow: 0 0 5px #ccc inset;
font-size: 16px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can counteract it on just the submit button by using the following&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gform_footer .gform_image_button {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or you can counteract it on the entire form by using the this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper input, .gform_wrapper textarea {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmbsg on "Border around submit button image"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/border-around-submit-button-image#post-316870</link>
			<pubDate>Tue, 11 Jun 2013 08:09:11 +0000</pubDate>
			<dc:creator>cmbsg</dc:creator>
			<guid isPermaLink="false">316870@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Submit button image has a border that I do not want it to have. I have tried the usual including the suggestions found on similar posts here and on external sites. I have picked through the code, changed every border one at a time to see if it affected it, etc. I cannot find the source of this border. Please help!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://new.cosexualrecovery.com/&#34; rel=&#34;nofollow&#34;&#62;http://new.cosexualrecovery.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The form is on the right nearing the bottom of the home page and is also in the left sidebar of the inner pages. &#60;/p&#62;
&#60;p&#62;Thank you in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
