<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Removing styling from Contact 7 form button &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/removing-styling-from-contact-7-form-button/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/removing-styling-from-contact-7-form-button/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 25 Dec 2025 13:31:23 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-styling-from-contact-7-form-button/#post-70244</guid>
					<title><![CDATA[Removing styling from Contact 7 form button]]></title>
					<link>https://theme.co/archive/forums/topic/removing-styling-from-contact-7-form-button/#post-70244</link>
					<pubDate>Thu, 17 Jul 2014 19:25:12 +0000</pubDate>
					<dc:creator>Zack G</dc:creator>

					<description>
						<![CDATA[
						<p>On the following page &#8211; <a href="http://vmmed.com/service/en/wellness-5-1-5-4-c-version/-" rel="nofollow">http://vmmed.com/service/en/wellness-5-1-5-4-c-version/-</a> I would like to remove the shadow, on hover and on click styling from the button with the text &#8220;I want to request a callback&#8221;. How do I do that? </p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-styling-from-contact-7-form-button/#post-70322</guid>
					<title><![CDATA[Reply To: Removing styling from Contact 7 form button]]></title>
					<link>https://theme.co/archive/forums/topic/removing-styling-from-contact-7-form-button/#post-70322</link>
					<pubDate>Thu, 17 Jul 2014 21:38:56 +0000</pubDate>
					<dc:creator>Mrinal</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Zack, </p>
<p>To do so, add the following CSS codes via <strong>Customizer &gt; Custom &gt; CSS:</strong></p>
<pre><code>
.wpcf7-form .submit-button input, .wpcf7-form .submit-button input:hover {
    box-shadow: none !important;
}
</code></pre>
<p>Hope this helps, Cheers! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-styling-from-contact-7-form-button/#post-70333</guid>
					<title><![CDATA[Reply To: Removing styling from Contact 7 form button]]></title>
					<link>https://theme.co/archive/forums/topic/removing-styling-from-contact-7-form-button/#post-70333</link>
					<pubDate>Thu, 17 Jul 2014 21:49:50 +0000</pubDate>
					<dc:creator>Zack G</dc:creator>

					<description>
						<![CDATA[
						<p>I added the code but the effects remain. Could you take a look at the page to see if I am doing something wrong?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-styling-from-contact-7-form-button/#post-70544</guid>
					<title><![CDATA[Reply To: Removing styling from Contact 7 form button]]></title>
					<link>https://theme.co/archive/forums/topic/removing-styling-from-contact-7-form-button/#post-70544</link>
					<pubDate>Fri, 18 Jul 2014 12:37:23 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Zack,</p>
<p>Upon testing your website, it looks like there is a <strong>}</strong> bracket is missing from your customizer&#8217;s CSS code. That is causing the above provided code not to work. To fix this, simply replace your entire custom CSS code from <strong>Customizer &gt; Custom &gt; CSS</strong> with following:</p>
<pre><code>.wpcf7-form{
    overflow: hidden;
    margin: 20px;
padding:15px 15px 15px 15px;
    border: 5px solid #f9bbd7;
background-color: #e8e8e8;
}

body h3,
body .h3 {
  font-weight: 300 !important;
}

textarea {
height: 60px;
}

.submit-button input{
background-color: #7DBB50;
color: #fff;
border: 1px solid #fff;
border-radius: 5px;
box-shadow: 10px 10px 5px #888888;}

#x-content-band-8&gt;.x-column:before {
content: &quot;&quot;;
display: block;
position: absolute;
top: 0;
left: 50%;
width: 0;
height: 0;
margin-left: -25px;
border-width: 25px;
border-style: solid;
border-color: #dbdbdb transparent transparent;
}
#x-content-band-8&gt;.x-column:after {
content: &quot;&quot;;
display: block;
position: absolute;
top: -1px;
left: 50%;
width: 0;
height: 0;
margin-left: -25px;
border-width: 25px;
border-style: solid;
border-color: #fff transparent transparent;
}

.wpcf7-form .submit-button input, .wpcf7-form .submit-button input:hover {
   box-shadow: none !important;
}
</code></pre>
<p>It should fix the problem you are facing 🙂</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

