<?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>Can&#039;t change button size and shape &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 17:46:02 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346153</guid>
					<title><![CDATA[Can&#039;t change button size and shape]]></title>
					<link>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346153</link>
					<pubDate>Fri, 31 Jul 2015 07:59:40 +0000</pubDate>
					<dc:creator>CocoLores</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>i cant change button size and shape.<br />
It stay every time the same.<br />
Button colors and style work&#8217;s!</p>
<p>Can you help please?</p>
<p>Regards<br />
Coco</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346168</guid>
					<title><![CDATA[Reply To: Can&#039;t change button size and shape]]></title>
					<link>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346168</link>
					<pubDate>Fri, 31 Jul 2015 08:25:04 +0000</pubDate>
					<dc:creator>CocoLores</dc:creator>

					<description>
						<![CDATA[
						<p>&#8230;oh, i see it works for individual buttons.<br />
But not in the general theme settings.</p>
<p>Can i change it?</p>
<p>Next question is: how can I change the line thickness<br />
for the transparent buttons?</p>
<p>Regards<br />
Coco</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346176</guid>
					<title><![CDATA[Reply To: Can&#039;t change button size and shape]]></title>
					<link>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346176</link>
					<pubDate>Fri, 31 Jul 2015 08:29:45 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for writing in!</p>
<p>You can change all the button settings (color, size, shape) in your customizer by going to <strong>Appearance &gt; Customize &gt; Buttons</strong>. Please make sure that you set all the things you want to change. These settings applies to all default buttons in X and even in buttons generated by plugins. If ever you are referring to a button in the page which was previously built by Cornerstone or from our demo contents, you need to edit this page and inspect the button element to change its settings.</p>
<p>If nothing else works, would you please provide us the url of the page with the button and access information of your site (if under contruction mode) so we can take a closer look. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
<p>To do this, you can make a post with the following info:<br />
– Link to your site <br />
– WordPress Admin username / password (if under contruction mode)</p>
<p><strong>Don’t forget to select Set as private reply</strong>. This ensures your information is only visible to our staff.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346194</guid>
					<title><![CDATA[Reply To: Can&#039;t change button size and shape]]></title>
					<link>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346194</link>
					<pubDate>Fri, 31 Jul 2015 08:55:31 +0000</pubDate>
					<dc:creator>CocoLores</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346210</guid>
					<title><![CDATA[Reply To: Can&#039;t change button size and shape]]></title>
					<link>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346210</link>
					<pubDate>Fri, 31 Jul 2015 09:20:07 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Coco,</p>
<p>To change the thickness of the line, you can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
body .x-btn {
   border-width: 3px;
}
</code></pre>
<p>Change 3px to achieve your desired thickness.</p>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346231</guid>
					<title><![CDATA[Reply To: Can&#039;t change button size and shape]]></title>
					<link>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346231</link>
					<pubDate>Fri, 31 Jul 2015 09:58:35 +0000</pubDate>
					<dc:creator>CocoLores</dc:creator>

					<description>
						<![CDATA[
						<p>Nice, that works!<br />
I&#8217;ve use a additional code for hover:</p>
<pre><code>.x-btn:hover {
  border-width: 1px;
}
</code></pre>
<p>One more thing&#8230;<br />
How i can control my buttons with &#8220;Appearance &gt; Customize &gt; Buttons&#8221;.<br />
As i wrote, that will only change colors and style but don&#8217;t  size and shape.<br />
This works only for individual button&#8217;s under Cornerstone with<br />
&#8220;SECTION &gt; ROW &gt; COLUMN &gt; BUTTON&#8221;</p>
<p>Sorry but i don&#8217;t understand what i make wrong.<br />
Hope you can help.</p>
<p>Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346263</guid>
					<title><![CDATA[Reply To: Can&#039;t change button size and shape]]></title>
					<link>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346263</link>
					<pubDate>Fri, 31 Jul 2015 10:56:12 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Coco,</p>
<p>It&#8217;s because it is being overridden by the settings in the button element in cornerstone.</p>
<p><a href="http://screencast.com/t/khXiJAcb3k" rel="nofollow">http://screencast.com/t/khXiJAcb3k</a></p>
<p>If you want to change the button size and shape via the customizer, you need to set the shape and size to global settings.</p>
<p><a href="http://screencast.com/t/vYpR9UhsH" rel="nofollow">http://screencast.com/t/vYpR9UhsH</a></p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346279</guid>
					<title><![CDATA[Reply To: Can&#039;t change button size and shape]]></title>
					<link>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346279</link>
					<pubDate>Fri, 31 Jul 2015 11:12:23 +0000</pubDate>
					<dc:creator>CocoLores</dc:creator>

					<description>
						<![CDATA[
						<p>Gorgeous!</p>
<p>Thank you so much</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346291</guid>
					<title><![CDATA[Reply To: Can&#039;t change button size and shape]]></title>
					<link>https://theme.co/archive/forums/topic/cant-change-button-size-and-shape/#post-346291</link>
					<pubDate>Fri, 31 Jul 2015 11:31:03 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

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

					
					
				</item>

					
		
	</channel>
	</rss>

