<?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>Menu background colours &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/menu-background-colours/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/menu-background-colours/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 25 Dec 2025 18:44:54 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/menu-background-colours/#post-265923</guid>
					<title><![CDATA[Menu background colours]]></title>
					<link>https://theme.co/archive/forums/topic/menu-background-colours/#post-265923</link>
					<pubDate>Tue, 05 May 2015 13:48:16 +0000</pubDate>
					<dc:creator>Jayd K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I am trying to change the colour of the background of the menu when it is hovered over.<br />
I have looked through the forums and can only find codes that don&#8217;t seem to work for me.</p>
<p>The effect I am going is at the following website:<br />
<a href="https://london.fantasticservices.com" rel="nofollow">https://london.fantasticservices.com</a><br />
The idea is for the words to change colour to pink on hover (in the main menu)<br />
and then for the background of the sub menu to appear pink on hover (sub menu)</p>
<p>Let me know if this is possible. The second one is more important.<br />
I also want to remove the double arrows in the main menu. </p>
<p><a href="http://www.roza93.co.uk/preview/" rel="nofollow">http://www.roza93.co.uk/preview/</a></p>
<p>Many thanks and looking forward to your response!</p>
<p>Jayd</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/menu-background-colours/#post-266038</guid>
					<title><![CDATA[Reply To: Menu background colours]]></title>
					<link>https://theme.co/archive/forums/topic/menu-background-colours/#post-266038</link>
					<pubDate>Tue, 05 May 2015 15:36:04 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in.</p>
<p>To ensure your more appropriate answer or CSS code to be added in your customizer&#8217;s custom CSS. Would you mind sharing us your admin credential so we could take a closer look on your setup.</p>
<p>Don&#8217;t forget to set it as private reply.</p>
<p>Meanwhile you could add this in your customizer&#8217;s custom css to remove the double arrow.</p>
<pre><code>
.x-navbar .desktop .x-nav li&gt;a&gt;span:after{
content:&quot;&quot;;
}</code></pre>
<p>Hope it helps.</p>
<p>Once we got the information we&#8217;ll do our best to help you.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/menu-background-colours/#post-266056</guid>
					<title><![CDATA[Reply To: Menu background colours]]></title>
					<link>https://theme.co/archive/forums/topic/menu-background-colours/#post-266056</link>
					<pubDate>Tue, 05 May 2015 15:48:41 +0000</pubDate>
					<dc:creator>Jayd K</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/menu-background-colours/#post-266306</guid>
					<title><![CDATA[Reply To: Menu background colours]]></title>
					<link>https://theme.co/archive/forums/topic/menu-background-colours/#post-266306</link>
					<pubDate>Tue, 05 May 2015 19:37:36 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Jayd,</p>
<p>Please add following CSS under <strong>Custom &gt; CSS</strong> in the Customizer:</p>
<pre><code>.x-navbar .x-nav-wrap.desktop .x-nav &gt; li &gt; a:hover {
    color: #b74163;
}

.x-navbar .x-nav-wrap.desktop .x-nav .sub-menu &gt; li &gt; a {
    padding-left: 1.75em;
    padding-right: 1.75em;
    margin-left: -1.75em;
    margin-right: -1.75em;
}

.x-navbar .x-nav-wrap.desktop .x-nav .sub-menu &gt; li:hover &gt; a {
    background-color: #b74163;
    color: #fff;
}
</code></pre>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/menu-background-colours/#post-266983</guid>
					<title><![CDATA[Reply To: Menu background colours]]></title>
					<link>https://theme.co/archive/forums/topic/menu-background-colours/#post-266983</link>
					<pubDate>Wed, 06 May 2015 11:24:48 +0000</pubDate>
					<dc:creator>Jayd K</dc:creator>

					<description>
						<![CDATA[
						<p>THATS AMAZING!! Omg just what I needed, thanks so so much!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/menu-background-colours/#post-267023</guid>
					<title><![CDATA[Reply To: Menu background colours]]></title>
					<link>https://theme.co/archive/forums/topic/menu-background-colours/#post-267023</link>
					<pubDate>Wed, 06 May 2015 12:09:53 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

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

					
					
				</item>

					
		
	</channel>
	</rss>

