<?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>Top Bar Button Styling &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/top-bar-button-styling/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/top-bar-button-styling/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 25 Dec 2025 17:14:57 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-230753</guid>
					<title><![CDATA[Top Bar Button Styling]]></title>
					<link>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-230753</link>
					<pubDate>Thu, 19 Mar 2015 03:19:14 +0000</pubDate>
					<dc:creator>LiquidDave</dc:creator>

					<description>
						<![CDATA[
						<p>I want to modify the top bar so that the control panel button looks like the rest of the X buttons on my site <a href="https://v3.liquidvpn.com/liquidvpn-features/supported-vpn-tunnel/modulating-vpn-connection/" rel="nofollow">https://v3.liquidvpn.com/liquidvpn-features/supported-vpn-tunnel/modulating-vpn-connection/</a> Can you tell me why it currently looks different?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-230758</guid>
					<title><![CDATA[Reply To: Top Bar Button Styling]]></title>
					<link>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-230758</link>
					<pubDate>Thu, 19 Mar 2015 03:22:45 +0000</pubDate>
					<dc:creator>LiquidDave</dc:creator>

					<description>
						<![CDATA[
						<p>Ideally I would like the button on the right of the social media icons</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-230816</guid>
					<title><![CDATA[Reply To: Top Bar Button Styling]]></title>
					<link>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-230816</link>
					<pubDate>Thu, 19 Mar 2015 05:48:11 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for posting in!</p>
<p>To have the normal x button in your top bar and rearrange it to position on the right side of the social media icons, please add the following css code in the customizer, <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong> or insert this code in your child theme&#8217;s style.css (if you are <a href="https://theme.co/x/member/kb/how-to-setup-child-themes/" rel="nofollow">using a child theme</a>)</p>
<pre><code>.x-topbar .p-info {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}
.x-topbar .p-info .x-btn {
    color: #a2a1a0;
    border-color: #a2a1a0;
}
.x-topbar .p-info .x-btn:hover {
  color: #8a0103;
  border-color: #8a0103;
  background-color: #a2a1a0;
}

.x-topbar .x-social-global {
    margin-right: 10px;
}</code></pre>
<p>Please let us know if this has worked for you.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-231643</guid>
					<title><![CDATA[Reply To: Top Bar Button Styling]]></title>
					<link>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-231643</link>
					<pubDate>Fri, 20 Mar 2015 03:55:39 +0000</pubDate>
					<dc:creator>LiquidDave</dc:creator>

					<description>
						<![CDATA[
						<p>Not quite the top bar no longer floats properly and the social media icons look funny. Also how can I change the buttons background color to something that stands out more like #148080</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-231664</guid>
					<title><![CDATA[Reply To: Top Bar Button Styling]]></title>
					<link>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-231664</link>
					<pubDate>Fri, 20 Mar 2015 04:43:29 +0000</pubDate>
					<dc:creator>LiquidDave</dc:creator>

					<description>
						<![CDATA[
						<p>Okay so I fixed the social media icons being off colored. However the top bar no longer floats, The button does not quite line up. The Icon is too close to the text and the button itself is to high. I think if it is inline with the social media icons the floating menu might work.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-231868</guid>
					<title><![CDATA[Reply To: Top Bar Button Styling]]></title>
					<link>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-231868</link>
					<pubDate>Fri, 20 Mar 2015 13:54:36 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Please replace the code given above with this.</p>
<pre><code>
.x-topbar .p-info {
    float: right;
    margin-top: 10px;
}
.x-topbar .p-info .x-btn {
    color: #a2a1a0;
    border-color: #a2a1a0;
}
.x-topbar .p-info .x-btn:hover {
  color: #8a0103;
  border-color: #8a0103;
  background-color: #a2a1a0;
}

.x-topbar .x-social-global {
    margin-right: 10px;
}

.x-topbar .x-btn.x-btn-mini {
    padding: 0.3em 0.923em;
}

.x-topbar .icon-LiquidMan:before {
   margin-right: 5px;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-232018</guid>
					<title><![CDATA[Reply To: Top Bar Button Styling]]></title>
					<link>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-232018</link>
					<pubDate>Fri, 20 Mar 2015 19:07:38 +0000</pubDate>
					<dc:creator>LiquidDave</dc:creator>

					<description>
						<![CDATA[
						<p>Okay much closer but the problem is the floating header still does not seem to work properly.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-232306</guid>
					<title><![CDATA[Reply To: Top Bar Button Styling]]></title>
					<link>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-232306</link>
					<pubDate>Sat, 21 Mar 2015 08:07:23 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>We hope every thing we suggested with the codes given above works for you. We&#8217;re starting to get confuse here. We try to align the top bar, social media icons and the button in it.  Which one is the floating header? Should it float or you mean the topbar will position as a sticky header.</p>
<p>Please explain further.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-232480</guid>
					<title><![CDATA[Reply To: Top Bar Button Styling]]></title>
					<link>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-232480</link>
					<pubDate>Sat, 21 Mar 2015 20:01:20 +0000</pubDate>
					<dc:creator>LiquidDave</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry for the confusion, the sticky menu that holds the primary menu no longer sticks to the top of the page. If you go to the page and scroll down you can see how it begins to float at the top like it should but then stops.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-232711</guid>
					<title><![CDATA[Reply To: Top Bar Button Styling]]></title>
					<link>https://theme.co/archive/forums/topic/top-bar-button-styling/#post-232711</link>
					<pubDate>Sun, 22 Mar 2015 07:03:47 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Again,</p>
<p>To fix the sticky navbar, please add the following css code in the customizer, <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong></p>
<pre><code>@media (min-width: 767px) {
  .x-navbar-fixed-top {
    position: fixed !important;
  }
}</code></pre>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

