<?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>Add button to Header &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/add-button-to-header-2/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/add-button-to-header-2/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 04:15:42 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-265235</guid>
					<title><![CDATA[Add button to Header]]></title>
					<link>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-265235</link>
					<pubDate>Mon, 04 May 2015 19:05:24 +0000</pubDate>
					<dc:creator>Brianne H</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there!</p>
<p>I would like to add a &#8220;Schedule Demo&#8221; button in the far right in my header, next to the RESOURCES menu item on my site at dev.brandwise.com  .  Is there a way to add the button shortcode as a header item?</p>
<p>Thanks for all the help!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-265396</guid>
					<title><![CDATA[Reply To: Add button to Header]]></title>
					<link>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-265396</link>
					<pubDate>Mon, 04 May 2015 23:30:11 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in! Add the last menu item like a normal menu and then add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>@media (min-width: 980px) {
    .x-navbar .x-nav&gt;li:last-child a {
        border: 1px solid #fff;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        margin-top: 24px;
  		max-height: 34px;
        border-radius: 2px;
        box-shadow: none !important;
    }

}</code></pre>
<p>This styling will always apply to the last item on the menu.</p>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-267323</guid>
					<title><![CDATA[Reply To: Add button to Header]]></title>
					<link>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-267323</link>
					<pubDate>Wed, 06 May 2015 16:54:15 +0000</pubDate>
					<dc:creator>Brianne H</dc:creator>

					<description>
						<![CDATA[
						<p>thank you so much!!!  Is can you please tell me how to style it as a solid color button, color being: #d7801f with the same white text?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-267396</guid>
					<title><![CDATA[Reply To: Add button to Header]]></title>
					<link>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-267396</link>
					<pubDate>Wed, 06 May 2015 18:04:29 +0000</pubDate>
					<dc:creator>Brianne H</dc:creator>

					<description>
						<![CDATA[
						<p>sorry one more things, can you please tell me how to add more space between the button and the menu item?  I would like to have the schedule demo button stand apart from the rest of the demo items, spacing-wise. </p>
<p>Thanks again!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-267565</guid>
					<title><![CDATA[Reply To: Add button to Header]]></title>
					<link>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-267565</link>
					<pubDate>Wed, 06 May 2015 22:08:35 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>You can add margin to the provided code <code>margin-left: 10px;</code>. </p>
<p>So the whole code will look like:</p>
<pre><code>
.x-navbar .x-nav &gt; li:last-child a {
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: none !important;
    margin-left: 10px;
    margin-top: 24px;
    max-height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-268383</guid>
					<title><![CDATA[Reply To: Add button to Header]]></title>
					<link>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-268383</link>
					<pubDate>Thu, 07 May 2015 18:59:09 +0000</pubDate>
					<dc:creator>Brianne H</dc:creator>

					<description>
						<![CDATA[
						<p>Hi thanks that did work!  Can you please tell me how to fill in the box with color? I&#8217;d like to have a solid orange box with white text instead of just the outline.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-268545</guid>
					<title><![CDATA[Reply To: Add button to Header]]></title>
					<link>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-268545</link>
					<pubDate>Thu, 07 May 2015 22:50:06 +0000</pubDate>
					<dc:creator>Prasant Rai</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Brianne,</p>
<p>Thanks for writing in!</p>
<p>Kindly add background-color: #DF8E19 CSS rule. So the final code will look like:</p>
<pre><code>@media (min-width: 980px)
.x-navbar .x-nav&gt;li:last-child a {
  border: 1px solid #d7801f;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  margin-left: 30px;
  margin-top: 24px;
  max-height: 34px;
  border-radius: 2px;
  box-shadow: none!important;
  background-color: #DF8E19;
}</code></pre>
<p>Hope that helps.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-272671</guid>
					<title><![CDATA[Reply To: Add button to Header]]></title>
					<link>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-272671</link>
					<pubDate>Wed, 13 May 2015 16:22:25 +0000</pubDate>
					<dc:creator>Brianne H</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks you!!!  One last thing, how do I make the font inside the button white?  Again the button in the header on <a href="http://dev.brandwise.com" rel="nofollow">http://dev.brandwise.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-272874</guid>
					<title><![CDATA[Reply To: Add button to Header]]></title>
					<link>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-272874</link>
					<pubDate>Wed, 13 May 2015 20:33:58 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>You&#8217;re most welcome.</p>
<p>Try add this in your <strong>Customizer&#8217;s Custom CSS</strong>:</p>
<pre><code>.menu-item-512 a{
color:#FFFFFF;
}</code></pre>
<p>Hope it helps.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-273823</guid>
					<title><![CDATA[Reply To: Add button to Header]]></title>
					<link>https://theme.co/archive/forums/topic/add-button-to-header-2/#post-273823</link>
					<pubDate>Thu, 14 May 2015 19:59:43 +0000</pubDate>
					<dc:creator>Brianne H</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry, I just entered that and it didn&#8217;t seem to work.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

