<?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>Styling a button in a plugin to fit with the theme &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 23:28:10 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-49984</guid>
					<title><![CDATA[Styling a button in a plugin to fit with the theme]]></title>
					<link>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-49984</link>
					<pubDate>Thu, 29 May 2014 18:35:37 +0000</pubDate>
					<dc:creator>Michael H</dc:creator>

					<description>
						<![CDATA[
						<p>Hello</p>
<p>I&#8217;m very happy I chose the X theme for many reasons, but one of them is that buttons used on other plugins, such as  Contact 7 Forms, seem to automatically fit with the styling of the theme.  But the problem I&#8217;m having now is the I&#8217;m using a plugin called WordPress User Frontend Pro and I want the button on this to look like the others on my site, but am not sure how to go about it. Here is a page I made just for the purposes of showing the problem.  You&#8217;ll see a Contact 7 form, with a beautiful big blue button like the others on the site, then under it a WPUF form with its standard, rather dull-looking button. </p>
<p><a href="http://diarypal.com/tests/" rel="nofollow">http://diarypal.com/tests/</a> </p>
<p>I have very little experience with CSS but I&#8217;m assuming that I could do this with the right CSS.  The plugin has an option to input &#8216;CSS class name&#8217;.   Could I get something from you to put in there that will style the button?  Or could you give me come CSS styling that I can include in a message to WPUF to ask for their help?</p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-50194</guid>
					<title><![CDATA[Reply To: Styling a button in a plugin to fit with the theme]]></title>
					<link>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-50194</link>
					<pubDate>Fri, 30 May 2014 01:45:30 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Michael,</p>
<p>Thank you for dropping by!</p>
<p>Sure, here is the css you need. I pickup the styling from your existing X button.</p>
<pre><code>ul.wpuf-form .wpuf-submit input[type=submit] {
display:inline-block;
position:relative;
border:1px solid #ac1100;
cursor:pointer;
font-size:1.6rem;
line-height:1.3;
text-align:center;
vertical-align:middle;
color:#fff;
-webkit-transition:all .15s linear;
transition:all .15s linear;
padding:.563em 1.125em .813em;
}

ul.wpuf-form .wpuf-submit input[type=submit]:hover {
text-decoration:none;
color:#fff;
background-color:#df1600;
border-color:#600900;
}

ul.wpuf-form .wpuf-submit input[type=submit] {
color: #ffffff;
border-color: #58a3f3;
background-color: #58a3f3;
}</code></pre>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-50226</guid>
					<title><![CDATA[Reply To: Styling a button in a plugin to fit with the theme]]></title>
					<link>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-50226</link>
					<pubDate>Fri, 30 May 2014 03:40:26 +0000</pubDate>
					<dc:creator>Michael H</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks very much.   I&#8217;ve put that into the custom CSS box in the X Customizer.   I was going to then paste &#8220;ul.wpuf-form .wpuf-submit input[type=submit]&#8221; to the &#8216;CSS Class Name&#8217; in my WPUF admin.   But I realised that it only allows me to do so for each field, not for a button.</p>
<p>I guess I need to aks WPUF about this, but I&#8217;d just like to be clear about what I&#8217;m doing here before that.  The CSS I&#8217;ve pasted into the Customizer is now &#8211; where? And I&#8217;m assuming that I need to put &#8220;ul.wpuf-form .wpuf-submit input[type=submit]&#8221; and the other class name (is that the right expression?) in a file somewhere in WPUF &#8211; is that right?</p>
<p>Thank you for your patience&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-50227</guid>
					<title><![CDATA[Reply To: Styling a button in a plugin to fit with the theme]]></title>
					<link>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-50227</link>
					<pubDate>Fri, 30 May 2014 03:47:00 +0000</pubDate>
					<dc:creator>Michael H</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve found a box now in the WPUF for &#8216;Custom CSS Codes&#8217;, which I think will apply to every form.<br />
I tried putting both the whole code you sent me and also just the first line, but with no result.<br />
I will ask WPUF about this, but any pointers you could give me to help me understand the process will be appreciated!</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-50479</guid>
					<title><![CDATA[Reply To: Styling a button in a plugin to fit with the theme]]></title>
					<link>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-50479</link>
					<pubDate>Fri, 30 May 2014 20:31:56 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome Michael!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-50601</guid>
					<title><![CDATA[Reply To: Styling a button in a plugin to fit with the theme]]></title>
					<link>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-50601</link>
					<pubDate>Sat, 31 May 2014 04:29:49 +0000</pubDate>
					<dc:creator>Michael H</dc:creator>

					<description>
						<![CDATA[
						<p>Could you give me any suggestions about why it hasn&#8217;t worked so far?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-50771</guid>
					<title><![CDATA[Reply To: Styling a button in a plugin to fit with the theme]]></title>
					<link>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-50771</link>
					<pubDate>Sun, 01 Jun 2014 02:23:09 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>I just tested the code given above at your test page, and it works perfectly. Do you have any cache plugin installed? If so, please disable it just for testing.</p>
<p>Could you try adding !important ? </p>
<pre><code>ul.wpuf-form .wpuf-submit input[type=submit] {
display:inline-block!important;
position:relative!important;
border:1px solid #ac1100!important;
cursor:pointer!important;
font-size:1.6rem!important;
line-height:1.3!important;
text-align:center!important;
vertical-align:middle!important;
color:#fff!important;
-webkit-transition:all .15s linear!important;
transition:all .15s linear!important;
padding:.563em 1.125em .813em!important;
}

ul.wpuf-form .wpuf-submit input[type=submit]:hover {
text-decoration:none!important;
color:#fff!important;
background:#df1600!important;
border-color:#600900!important;
}

ul.wpuf-form .wpuf-submit input[type=submit] {
color: #ffffff!important;
border-color: #58a3f3!important;
background-color: #58a3f3!important;
}</code></pre>
<p>Let me know.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-51271</guid>
					<title><![CDATA[Reply To: Styling a button in a plugin to fit with the theme]]></title>
					<link>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-51271</link>
					<pubDate>Mon, 02 Jun 2014 13:26:30 +0000</pubDate>
					<dc:creator>Michael H</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, it&#8217;s working!  Excellent.  </p>
<p>The button is now more similar in shape and changes colour on hover.  I wonder if it could be made to look EXACTLY like the button above it, the one in the Contact 7 form?   I mean, exactly the same dimensions, came curvature on the corners, same black shadow underneath, exactly the same colours (well, I guess the colours I can adjust myself).  </p>
<p>Also, this makes me wonder if I could make all my WPUF forms look exactly like my Contact 7 forms, i.e. with text fields full width and text across the top.  Would that be doable, too, using CSS in the customizer?  If so, that would be great.</p>
<p>Thanks again for your all your help.  I&#8217;m looking forward to your reply.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-51580</guid>
					<title><![CDATA[Reply To: Styling a button in a plugin to fit with the theme]]></title>
					<link>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-51580</link>
					<pubDate>Tue, 03 Jun 2014 04:30:02 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Michael,</p>
<p>The way to do that is to remove the form styles of your 3rd party form so that it&#8217;ll inherit the style of X. Please edit your form plugin and delete the styles for </p>
<p><code>ul.wpuf-form .wpuf-submit input[type=submit]</code></p>
<p>See result: <a href="http://prntscr.com/3p6h1a" rel="nofollow">http://prntscr.com/3p6h1a</a></p>
<p>We&#8217;d love to help you with replicating X button style however, you have existing form style that needs to be overridden and we don&#8217;t have support for 3rd party plugins.</p>
<p>Thank you for understanding.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-51613</guid>
					<title><![CDATA[Reply To: Styling a button in a plugin to fit with the theme]]></title>
					<link>https://theme.co/archive/forums/topic/styling-a-button-in-a-plugin-to-fit-with-the-theme/#post-51613</link>
					<pubDate>Tue, 03 Jun 2014 06:54:59 +0000</pubDate>
					<dc:creator>Michael H</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for this explanation, and for all your help.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

