<?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>Customizing Contact Form 7 &#039;Submit&#039; Button With X Integrity 1 &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 14 Oct 2025 05:50:04 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-270920</guid>
					<title><![CDATA[Customizing Contact Form 7 &#039;Submit&#039; Button With X Integrity 1]]></title>
					<link>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-270920</link>
					<pubDate>Mon, 11 May 2015 16:53:18 +0000</pubDate>
					<dc:creator>mertkahraman42</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>My URL: <a href="http://www.buzzdeeds.com/contact-us/" rel="nofollow">http://www.buzzdeeds.com/contact-us/</a><br />
WP Version: 4.2.2<br />
Theme: Integrity 1 Child Theme</p>
<p>I would like to fully customize (e.g. size, color and location) of my contact form 7 button without changing the styling of other buttons my website. That said, I added a custom class to my contact form 7 called &#8216;contactFormSendButton&#8217; . </p>
<p>Could you, please, help me out how I can customize this specific button? For instance, how can I place it on the right instead of left? </p>
<p>Also, how can I disable this shadowy (3D effect) on flat button texts? I would like text of my buttons to look like buttons on this webpage: <a href="https://creativevip.net/resource/flat-buttons" rel="nofollow">https://creativevip.net/resource/flat-buttons</a><br />
Or, the buttons should look like the &#8216;Submit&#8217; button on X&#8217;s Create New Topic Support Center Page.</p>
<p>Best.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-271112</guid>
					<title><![CDATA[Reply To: Customizing Contact Form 7 &#039;Submit&#039; Button With X Integrity 1]]></title>
					<link>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-271112</link>
					<pubDate>Mon, 11 May 2015 20:39:41 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in! Good thing you did add an class to this button. You can control this button styling by defining the class <code>contactFormSendButton</code></p>
<p>e.g.</p>
<pre><code>.contactFormSendButton {
  float: right; /*place button to right*/
  background-color: blue;
  border-color: black; 
  font-size: 18px;
  font-weight: 100; /*100 light - 900 bolder*/
}</code></pre>
<p>Do you mean the shadowy (3D effect) on button hover? Set the text-shadow property value to none</p>
<pre><code>.contactFormSendButton:hover {
  text-shadow: none !important;
}</code></pre>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-271942</guid>
					<title><![CDATA[Reply To: Customizing Contact Form 7 &#039;Submit&#039; Button With X Integrity 1]]></title>
					<link>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-271942</link>
					<pubDate>Tue, 12 May 2015 20:22:14 +0000</pubDate>
					<dc:creator>mertkahraman42</dc:creator>

					<description>
						<![CDATA[
						<p>How can I this button button a large or x-large button in terms of X button sizes?</p>
<p>Best.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-272145</guid>
					<title><![CDATA[Reply To: Customizing Contact Form 7 &#039;Submit&#039; Button With X Integrity 1]]></title>
					<link>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-272145</link>
					<pubDate>Wed, 13 May 2015 02:40:10 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>To copy the style of  x-large button, please edit above CSS to this:</p>
<pre><code>.contactFormSendButton {
  float: right; /*place button to right*/
  background-color: blue;
  border-color: black; 
  font-weight: 100; /*100 light - 900 bolder*/
  padding: 0.579em 1.105em 0.842em; /*large button style*/
  font-size: 19px; /*large button style*/
}</code></pre>
<p>Hope this helps.<br />
Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-367219</guid>
					<title><![CDATA[Reply To: Customizing Contact Form 7 &#039;Submit&#039; Button With X Integrity 1]]></title>
					<link>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-367219</link>
					<pubDate>Mon, 24 Aug 2015 06:31:01 +0000</pubDate>
					<dc:creator>Ashley H</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, dumb question&#8230;where do I add the custom CSS class? I tried under Body CSS and in contact form 7&#8217;s additional settings space, but nothing seems to work.</p>
<p><a href="http://www.almum.com" rel="nofollow">http://www.almum.com</a></p>
<p>Thanks!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-367224</guid>
					<title><![CDATA[Reply To: Customizing Contact Form 7 &#039;Submit&#039; Button With X Integrity 1]]></title>
					<link>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-367224</link>
					<pubDate>Mon, 24 Aug 2015 06:38:44 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please provide us with your site&#8217;s URL which uses X.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-398338</guid>
					<title><![CDATA[Reply To: Customizing Contact Form 7 &#039;Submit&#039; Button With X Integrity 1]]></title>
					<link>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-398338</link>
					<pubDate>Tue, 22 Sep 2015 05:58:39 +0000</pubDate>
					<dc:creator>Ashley H</dc:creator>

					<description>
						<![CDATA[
						<p>Hi&#8230;I provided the url&#8230;www.alamum.com</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-398371</guid>
					<title><![CDATA[Reply To: Customizing Contact Form 7 &#039;Submit&#039; Button With X Integrity 1]]></title>
					<link>https://theme.co/archive/forums/topic/customizing-contact-form-7-submit-button-with-x-integrity-1/#post-398371</link>
					<pubDate>Tue, 22 Sep 2015 06:50:51 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please check the screen shot to know how to add a class name: </p>
<p><a href="http://www.freeimagehosting.net/commercial-photography/illinois/chicago/" rel="nofollow"><img decoding="async" src="http://i.imgur.com/lBGKETR.png" alt="Chicago commercial photographers" /></a></p>
<p>If it doesn&#8217;t help since your site is under construction mode, please open a new topic and provide us with URL of page in question and login credentials.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

