<?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>Button border thickness &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/button-border-thickness/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/button-border-thickness/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 15:36:31 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/button-border-thickness/#post-30413</guid>
					<title><![CDATA[Button border thickness]]></title>
					<link>https://theme.co/archive/forums/topic/button-border-thickness/#post-30413</link>
					<pubDate>Mon, 07 Apr 2014 00:49:43 +0000</pubDate>
					<dc:creator>Kyle F</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve searched throughout the forums but can&#8217;t find the answer to this question, so please forgive me if it&#8217;s been gone over before:</p>
<p>How can I change the border thickness on buttons? I don&#8217;t see a setting for that in Customizer.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-border-thickness/#post-30652</guid>
					<title><![CDATA[Reply To: Button border thickness]]></title>
					<link>https://theme.co/archive/forums/topic/button-border-thickness/#post-30652</link>
					<pubDate>Mon, 07 Apr 2014 16:27:11 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kyle,</p>
<p>Add the following line of code in <strong>Customizer &gt; Custom &gt; CSS</strong></p>
<pre><code>.x-btn{
border-width:4px !important;
}</code></pre>
<p>You can control border thickness of All buttons throughout the site by changing <strong>4px</strong> to your desired pixels value in the above code.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-border-thickness/#post-30665</guid>
					<title><![CDATA[Reply To: Button border thickness]]></title>
					<link>https://theme.co/archive/forums/topic/button-border-thickness/#post-30665</link>
					<pubDate>Mon, 07 Apr 2014 17:04:37 +0000</pubDate>
					<dc:creator>Kyle F</dc:creator>

					<description>
						<![CDATA[
						<p>Awesome &#8211; worked like a charm. Thanks so much for the quick response &#8211; love this theme!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-border-thickness/#post-30723</guid>
					<title><![CDATA[Reply To: Button border thickness]]></title>
					<link>https://theme.co/archive/forums/topic/button-border-thickness/#post-30723</link>
					<pubDate>Mon, 07 Apr 2014 18:36:22 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kyle,</p>
<p>You&#8217;re Welcome!</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-border-thickness/#post-394924</guid>
					<title><![CDATA[Reply To: Button border thickness]]></title>
					<link>https://theme.co/archive/forums/topic/button-border-thickness/#post-394924</link>
					<pubDate>Fri, 18 Sep 2015 12:53:23 +0000</pubDate>
					<dc:creator>logan163</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I have followed the above instructions to change the border button thickness on my site but it does not work for the &#8220;submit&#8221; button under the comments box (it works for everything else).  is there an additional line of code for this?</p>
<p>thank you</p>
<p>Vicky</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-border-thickness/#post-394995</guid>
					<title><![CDATA[Reply To: Button border thickness]]></title>
					<link>https://theme.co/archive/forums/topic/button-border-thickness/#post-394995</link>
					<pubDate>Fri, 18 Sep 2015 14:13:35 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Vicky,</p>
<p>Can you provide us your site url.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-border-thickness/#post-395721</guid>
					<title><![CDATA[Reply To: Button border thickness]]></title>
					<link>https://theme.co/archive/forums/topic/button-border-thickness/#post-395721</link>
					<pubDate>Sat, 19 Sep 2015 09:47:08 +0000</pubDate>
					<dc:creator>logan163</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-border-thickness/#post-395736</guid>
					<title><![CDATA[Reply To: Button border thickness]]></title>
					<link>https://theme.co/archive/forums/topic/button-border-thickness/#post-395736</link>
					<pubDate>Sat, 19 Sep 2015 10:07:11 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please add this :</p>
<pre><code>input#entry-comment-submit {
    border-width: 1px;
}</code></pre>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-border-thickness/#post-401014</guid>
					<title><![CDATA[Reply To: Button border thickness]]></title>
					<link>https://theme.co/archive/forums/topic/button-border-thickness/#post-401014</link>
					<pubDate>Thu, 24 Sep 2015 11:11:01 +0000</pubDate>
					<dc:creator>logan163</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you that&#8217;s worked! Fantastic!  You guys/gals are the best! 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-border-thickness/#post-401078</guid>
					<title><![CDATA[Reply To: Button border thickness]]></title>
					<link>https://theme.co/archive/forums/topic/button-border-thickness/#post-401078</link>
					<pubDate>Thu, 24 Sep 2015 12:39:10 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>We&#8217;re delighted to assist you with this.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

