<?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>How do I change the style of the menu bar ? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 20 Nov 2025 05:57:05 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-201081</guid>
					<title><![CDATA[How do I change the style of the menu bar ?]]></title>
					<link>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-201081</link>
					<pubDate>Sat, 07 Feb 2015 13:12:35 +0000</pubDate>
					<dc:creator>John W</dc:creator>

					<description>
						<![CDATA[
						<p>some help would be greatly appreciated I need to change the colour, style and look of the menu bar on bigbud.co.uk what do I do ??  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-201094</guid>
					<title><![CDATA[Reply To: How do I change the style of the menu bar ?]]></title>
					<link>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-201094</link>
					<pubDate>Sat, 07 Feb 2015 13:59:45 +0000</pubDate>
					<dc:creator>Senthil</dc:creator>

					<description>
						<![CDATA[
						<p>Hi John,</p>
<p>Thanks for writing in!</p>
<p>Please describe how would you like to change the menu bar.<br />
DO you want to change the color only or style too? If so can you show example or describe it please.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-201100</guid>
					<title><![CDATA[Reply To: How do I change the style of the menu bar ?]]></title>
					<link>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-201100</link>
					<pubDate>Sat, 07 Feb 2015 14:17:25 +0000</pubDate>
					<dc:creator>John W</dc:creator>

					<description>
						<![CDATA[
						<p>I want to make it look and behave like the menu bar on this website </p>
<p><a href="http://www.growell.co.uk" rel="nofollow">http://www.growell.co.uk</a> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-201243</guid>
					<title><![CDATA[Reply To: How do I change the style of the menu bar ?]]></title>
					<link>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-201243</link>
					<pubDate>Sat, 07 Feb 2015 21:19:04 +0000</pubDate>
					<dc:creator>John W</dc:creator>

					<description>
						<![CDATA[
						<p>any ideas ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-201380</guid>
					<title><![CDATA[Reply To: How do I change the style of the menu bar ?]]></title>
					<link>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-201380</link>
					<pubDate>Sun, 08 Feb 2015 03:31:35 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi John,</p>
<p>You mean the gradient background of the menu? You can add this css at your customizer&#8217;s custom css with your preferred color.</p>
<pre><code>.x-navbar-inner {
background: #d2ff52; /* Old browsers */
background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=&#039;#d2ff52&#039;, endColorstr=&#039;#91e842&#039;,GradientType=0 ); /* IE6-9 */
}

</code></pre>
<p>This should help you deciding which gradient best for your <a href="http://www.colorzilla.com/gradient-editor/" rel="nofollow">http://www.colorzilla.com/gradient-editor/</a></p>
<p>Hope this helps 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-201592</guid>
					<title><![CDATA[Reply To: How do I change the style of the menu bar ?]]></title>
					<link>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-201592</link>
					<pubDate>Sun, 08 Feb 2015 13:44:37 +0000</pubDate>
					<dc:creator>John W</dc:creator>

					<description>
						<![CDATA[
						<p>thats a start but how do I add the separators,  the text on two lines and the colour change when I mouse over</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-201780</guid>
					<title><![CDATA[Reply To: How do I change the style of the menu bar ?]]></title>
					<link>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-201780</link>
					<pubDate>Sun, 08 Feb 2015 21:35:38 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You can add something like this code in your custom CSS:</p>
<pre><code>.x-navbar .desktop .x-nav&gt;li{
url(yourseparatorimagepathhere.gif) 100% 0 no-repeat;
}</code></pre>
<p>hope it helps thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-743963</guid>
					<title><![CDATA[Reply To: How do I change the style of the menu bar ?]]></title>
					<link>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-743963</link>
					<pubDate>Wed, 13 Jan 2016 09:50:11 +0000</pubDate>
					<dc:creator>Christophe D</dc:creator>

					<description>
						<![CDATA[
						<p>perfect, thanks !</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-743978</guid>
					<title><![CDATA[Reply To: How do I change the style of the menu bar ?]]></title>
					<link>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-743978</link>
					<pubDate>Wed, 13 Jan 2016 10:01:22 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re most welcome 🙂</p>
<p>If you need anything else, please let us know.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-803612</guid>
					<title><![CDATA[Reply To: How do I change the style of the menu bar ?]]></title>
					<link>https://theme.co/archive/forums/topic/how-do-i-change-the-style-of-the-menu-bar/#post-803612</link>
					<pubDate>Fri, 19 Feb 2016 18:51:24 +0000</pubDate>
					<dc:creator>Kenneth</dc:creator>

					<description>
						<![CDATA[
						<p>Is there a way to make the menu bar similar to this one <a href="http://www.studio540.com/" rel="nofollow">http://www.studio540.com/</a> ?<br />
With the image and then the sticky bar?</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

