<?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>Custom button styling &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/custom-button-styling/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/custom-button-styling/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 19:12:57 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/custom-button-styling/#post-1631</guid>
					<title><![CDATA[Custom button styling]]></title>
					<link>https://theme.co/archive/forums/topic/custom-button-styling/#post-1631</link>
					<pubDate>Mon, 16 Dec 2013 02:53:19 +0000</pubDate>
					<dc:creator>matt r</dc:creator>

					<description>
						<![CDATA[
						<p>Do you have an example of the coding you use to custom style a button and override the global styles? The documentation says style=&#8221;&#8221;. I am guessing you set a hex color and a hover color. How about changing the text color? Any thoughts?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/custom-button-styling/#post-1639</guid>
					<title><![CDATA[Reply To: Custom button styling]]></title>
					<link>https://theme.co/archive/forums/topic/custom-button-styling/#post-1639</link>
					<pubDate>Mon, 16 Dec 2013 03:27:10 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Matt,</p>
<p>If you haven&#8217;t gotten to this section yet, you can alter the appearance of your buttons very easily via the Customizer. If you&#8217;re needing to do something custom on top of that to a particular button or set of buttons, you would just need to enter in something like the following:</p>
<pre>[button style="background-color: red; color: white;"] ... [/button]</pre>
<p>The <strong>color</strong> attribute is the attribute that will change your text color. However, I wouldn&#8217;t recommend doing inline button styles for a couple reasons.</p>
<ol>
<li>Unless you&#8217;re creating a very unique button for a particular purpose, inline styles are inefficient as you&#8217;ll have to copy and paste every time you want to use them.</li>
<li>As you stated, you&#8217;ll need to style hover states as well, which isn&#8217;t possible via inline CSS.</li>
</ol>
<p>Personally, I&#8217;d give your button a class, like so:</p>
<pre>[button class="btn-unique"] ... [/button]</pre>
<p>Then I&#8217;d style it via a child theme. If you&#8217;re not making a lot of CSS updates, you can use the <strong>Custom</strong> section of the Customizer using the <strong>CSS</strong> field. You can place as much CSS as you want in here, but it&#8217;s really better for quick fixes. If you&#8217;re managing a lot of CSS, it&#8217;s usually better to put it in a child theme.</p>
<p>You can use our child themes that we have developed specifically with X by downloading them <a href="http://theme.co/x/member/child-themes/" title="Child Themes" rel="nofollow">here</a>. Be sure to unzip the file, and upload the child theme that corresponds to the Stack that you&#8217;re using. Once you&#8217;ve done that, simply add in your custom button styles into the <strong>style.css</strong> file like so:</p>
<pre>.x-btn.btn-unique {

...standard styles...

}

.x-btn.btn-unique:hover,
.x-btn.btn-unique:focus {

...hover and focus styles...

}</pre>
<p>Or you can split out your hover and focus styles if you want. Hopefully this helps you out with custom button styling. If you have any further questions or if I happened to not address something that you need further clarification on, please don&#8217;t hesitate to let us know!</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/custom-button-styling/#post-1642</guid>
					<title><![CDATA[Reply To: Custom button styling]]></title>
					<link>https://theme.co/archive/forums/topic/custom-button-styling/#post-1642</link>
					<pubDate>Mon, 16 Dec 2013 03:44:45 +0000</pubDate>
					<dc:creator>matt r</dc:creator>

					<description>
						<![CDATA[
						<p>Got it. Perfect. Just what I was looking for. thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/custom-button-styling/#post-1645</guid>
					<title><![CDATA[Reply To: Custom button styling]]></title>
					<link>https://theme.co/archive/forums/topic/custom-button-styling/#post-1645</link>
					<pubDate>Mon, 16 Dec 2013 04:12:18 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>No problem. That&#8217;s what we&#8217;re here for!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

