<?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>Change button CSS of plugin &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/change-button-css-of-plugin/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/change-button-css-of-plugin/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 25 Nov 2025 02:02:01 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-58465</guid>
					<title><![CDATA[Change button CSS of plugin]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-58465</link>
					<pubDate>Thu, 19 Jun 2014 18:11:33 +0000</pubDate>
					<dc:creator>marcel w</dc:creator>

					<description>
						<![CDATA[
						<p>Hey guys,</p>
<p>Thank you very much for the X theme it is a pleasure to work with. </p>
<p>I have a question about the CSS, i&#8217;d like to change the CSS of a button in a plugin, all of the buttons look the same except for one button on my page. How can I take care of this issue. I&#8217;d asked the guy of the plugin but they are not much of a help. They said this:</p>
<p>The submit button is different because it&#8217;s type=&#8221;button&#8221; while the other one is type=&#8221;submit&#8221;. So in your CSS you just need to make sure type=&#8221;submit&#8221; includes also type=&#8221;button&#8221;.</p>
<p>this is the link: <a href="http://www.atplexamen.nl/mijn-examens/010-aviation-law/01-international-law-conventions-agreements-organizations/" rel="nofollow">http://www.atplexamen.nl/mijn-examens/010-aviation-law/01-international-law-conventions-agreements-organizations/</a></p>
<p>Thenk you in advance!!!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-58898</guid>
					<title><![CDATA[Reply To: Change button CSS of plugin]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-58898</link>
					<pubDate>Fri, 20 Jun 2014 16:54:28 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Marcel,</p>
<p>Thanks for writing in<br />
Can you post your CSS Code here?<br />
Also, the link you gave is not available.</p>
<p>Please advise</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-58995</guid>
					<title><![CDATA[Reply To: Change button CSS of plugin]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-58995</link>
					<pubDate>Fri, 20 Jun 2014 20:32:28 +0000</pubDate>
					<dc:creator>marcel w</dc:creator>

					<description>
						<![CDATA[
						<p>I do not have any custom CSS yet. The class for the buttons are according to the plugins website: &#8220;table class=”watupro_buttons” holds the buttons under the quiz, each one in its own cell&#8221;. The buttons are now showing up as standard, but I want them to be as in the rest of the website. How can I manage this?</p>
<p>I&#8217;m sorry for the broken link, this one actually works: <a href="http://www.atplexamen.nl/mijn-examens/010-aviation-law-examen/01-international-law-conventions-agreements-organizations/" rel="nofollow">http://www.atplexamen.nl/mijn-examens/010-aviation-law-examen/01-international-law-conventions-agreements-organizations/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-59386</guid>
					<title><![CDATA[Reply To: Change button CSS of plugin]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-59386</link>
					<pubDate>Sun, 22 Jun 2014 02:44:00 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Marcel,</p>
<p>If you control over the HTML of your plugin, you can add the class &#8220;x-btn&#8221; to your button. If not, please add the code below in the Customizer &gt; Custom &gt; CSS.</p>
<pre><code>[type=&quot;button&quot;]
{
	display:inline-block;
	position:relative;
	border:1px solid #ac1100;
	padding:0.563em 1.125em 0.813em;
	cursor:pointer;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.3;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	background-color:#ff2a13;
	-webkit-transition:all 0.15s linear;
	transition:all 0.15s linear
}
[type=&quot;button&quot;]:hover
{
	text-decoration:none;
	color:#fff;
	border-color:#600900;
	background-color:#df1600
}
[type=&quot;button&quot;]:focus
{
	outline:thin dotted #333;
	outline:5px auto #16a085;
	outline-offset:-1px
}</code></pre>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-60297</guid>
					<title><![CDATA[Reply To: Change button CSS of plugin]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-60297</link>
					<pubDate>Tue, 24 Jun 2014 08:27:28 +0000</pubDate>
					<dc:creator>marcel w</dc:creator>

					<description>
						<![CDATA[
						<p>Unfortunately I have no acces to the HTML of the plugin. I have put in the CSS in the custom CSS field, If you follow the link in my previous reply you can see that the button is still the same, only the color of the button turned red.</p>
<p>The total CSS looks like this now:</p>
<p>#watupro_quiz {<br />
font-size:16px;<br />
}<br />
.question-content {<br />
font-weight:600;<br />
}</p>
<p>.x-btn-navbar.collapsed {<br />
margin-right: 20px;<br />
}</p>
<p>[type=&#8221;button&#8221;]<br />
{<br />
	display:inline-block;<br />
	position:relative;<br />
	border:1px solid #ac1100;<br />
	padding:0.563em 1.125em 0.813em;<br />
	cursor:pointer;<br />
	font-size:16px;<br />
	font-size:1.6rem;<br />
	line-height:1.3;<br />
	text-align:center;<br />
	vertical-align:middle;<br />
	color:#fff;<br />
	background-color:#ff2a13;<br />
	-webkit-transition:all 0.15s linear;<br />
	transition:all 0.15s linear<br />
}<br />
[type=&#8221;button&#8221;]:hover<br />
{<br />
	text-decoration:none;<br />
	color:#fff;<br />
	border-color:#600900;<br />
	background-color:#df1600<br />
}<br />
[type=&#8221;button&#8221;]:focus<br />
{<br />
	outline:thin dotted #333;<br />
	outline:5px auto #16a085;<br />
	outline-offset:-1px<br />
}</p>
<p>CAn you please tell me how to solve this problem?</p>
<p>Thanks in advance!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-60740</guid>
					<title><![CDATA[Reply To: Change button CSS of plugin]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-60740</link>
					<pubDate>Wed, 25 Jun 2014 03:36:05 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Marcel,</p>
<p>Please try the CSS</p>
<pre><code>input[type=&quot;button&quot;] {
	color: #1e1e1e;
	border-color: #cccccc;
	border-width: 3px;
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 0.25em;
}

input[type=&quot;button&quot;]:hover {
	border-color: orange;
}</code></pre>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-62139</guid>
					<title><![CDATA[Reply To: Change button CSS of plugin]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-62139</link>
					<pubDate>Fri, 27 Jun 2014 18:30:41 +0000</pubDate>
					<dc:creator>marcel w</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you very much, it almost looks the same now. </p>
<p>You guys are the best!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-62526</guid>
					<title><![CDATA[Reply To: Change button CSS of plugin]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-css-of-plugin/#post-62526</link>
					<pubDate>Sat, 28 Jun 2014 23:28:51 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

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

					
					
				</item>

					
		
	</channel>
	</rss>

