<?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>BlueOwlCreative  &#187;  Topic: Menu color doesn&#039;t stay the color selected in Transparent Header Settin</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 11:22:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-22918</guid>
					<title><![CDATA[Menu color doesn&#039;t stay the color selected in Transparent Header Settin]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-22918</link>
					<pubDate>Tue, 29 Sep 2015 17:48:54 +0000</pubDate>
					<dc:creator>AlexNavas</dc:creator>

					<description>
						<![CDATA[
						<p>I have set the transparent floating menu color to white on <a href="http://fladvisors.wpengine.com/" rel="nofollow">http://fladvisors.wpengine.com/</a>, however, where I scroll down, it changes to black even though it&#8217;s set to #ffffff under Transparent Header Main Navigation Text Color. How do I make sure the menu remains white at all times?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-22930</guid>
					<title><![CDATA[Reply To: Menu color doesn&#039;t stay the color selected in Transparent Header Settin]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-22930</link>
					<pubDate>Wed, 30 Sep 2015 07:49:39 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Alex,</p>
<p>What Main Navigation Text Color do you have set under Main Navigation tab? <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-22980</guid>
					<title><![CDATA[Reply To: Menu color doesn&#039;t stay the color selected in Transparent Header Settin]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-22980</link>
					<pubDate>Wed, 30 Sep 2015 22:52:37 +0000</pubDate>
					<dc:creator>AlexNavas</dc:creator>

					<description>
						<![CDATA[
						<p>White (#ffffff) for both Main Navigation Text Color and Main Navigation Hover Text Color</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-22987</guid>
					<title><![CDATA[Reply To: Menu color doesn&#039;t stay the color selected in Transparent Header Settin]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-22987</link>
					<pubDate>Thu, 01 Oct 2015 09:17:58 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again Alex, </p>
<p>You are totally right, there&#8217;s a bug that prevent this color from kicking in!<br />
Please find this line in your includes/boc_framework.php file:</p>
<p><code>background: &#039;.boc_HexToRGB(esc_attr($sticky_header_color), esc_attr($sticky_header_opacity)).&#039;;}</code></p>
<p>and remove the last character or replace with:</p>
<p> <code>background: &#039;.boc_HexToRGB(esc_attr($sticky_header_color), esc_attr($sticky_header_opacity)).&#039;;</code></p>
<p>Please, let me know if that fixes the issue and thanks for your heads up! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
This will also be in the upcoming theme update. Cheers! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-22988</guid>
					<title><![CDATA[Reply To: Menu color doesn&#039;t stay the color selected in Transparent Header Settin]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-22988</link>
					<pubDate>Thu, 01 Oct 2015 09:28:49 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>One more thing, if you are keeping your &#8220;Main Navigation Hover Text Color&#8221; white as it currently is your button won&#8217;t look neat on hover, so you can add this to your Theme Options->Custom Styles:</p>
<pre><code>#menu &gt; ul &gt; li.boc_nav_button a:hover {
    color: #333!important;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-23004</guid>
					<title><![CDATA[Reply To: Menu color doesn&#039;t stay the color selected in Transparent Header Settin]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-23004</link>
					<pubDate>Thu, 01 Oct 2015 13:31:37 +0000</pubDate>
					<dc:creator>AlexNavas</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for your reply. I made the change to the php file and now the white stays. I also added the css to the custom css area in the settings, but the button hover now remains completely white. Is there something I missed?</p>
<p>I would like the button to turn green upon hover just as it is within the normal (non-floating) menu.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-23010</guid>
					<title><![CDATA[Reply To: Menu color doesn&#039;t stay the color selected in Transparent Header Settin]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-23010</link>
					<pubDate>Thu, 01 Oct 2015 19:46:01 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>The code didn&#8217;t paste right&#8230; If you check your Source Code you will see the &#8220;greater than&#8221; chars got HTML encoded and switched to <code>&amp; gt;</code> instead of <code>&gt;</code>, replace those with simple &#8220;>&#8221; chars. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
<p><a href="http://i.imgur.com/Eb6kBYW.jpg" rel="nofollow">http://i.imgur.com/Eb6kBYW.jpg</a></p>
<p>Currently your hover color for the sticky menu is white, can u set it to green so they green on hover just like they do on the transparent menu? Let me know once you do and I will give you the code for the button. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-23016</guid>
					<title><![CDATA[Reply To: Menu color doesn&#039;t stay the color selected in Transparent Header Settin]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-23016</link>
					<pubDate>Thu, 01 Oct 2015 20:57:14 +0000</pubDate>
					<dc:creator>AlexNavas</dc:creator>

					<description>
						<![CDATA[
						<p>I updated the css using &gt; but still not showing up right. Here&#8217;s my settings.</p>
<p><a href="http://www.screencast.com/t/e8HCUEhAV" rel="nofollow">http://www.screencast.com/t/e8HCUEhAV</a></p>
<p>Where do I change the hover color to green?<br />
I tried:</p>
<pre><code>#menu &gt; ul &gt; li.boc_nav_button a:hover {
    color: #ffffff!important;
    background-color: #b9d974!important;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-23018</guid>
					<title><![CDATA[Reply To: Menu color doesn&#039;t stay the color selected in Transparent Header Settin]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-23018</link>
					<pubDate>Thu, 01 Oct 2015 21:09:15 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>It&#8217;s still not the &#8220;>&#8221; chars&#8230; it&#8217;s the HTML encode version of them, I think the encoded happened when you copied it from here (the forum).<br />
Please paste this instead:</p>
<p>#menu > ul > li.boc_nav_button a:hover {<br />
    color: #ffffff!important;<br />
    background-color: #b9d974!important;<br />
}</p>
<p>This is what you currently have:</p>
<p><a href="http://i.imgur.com/Eb6kBYW.jpg" rel="nofollow">http://i.imgur.com/Eb6kBYW.jpg</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-23019</guid>
					<title><![CDATA[Reply To: Menu color doesn&#039;t stay the color selected in Transparent Header Settin]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/menu-color-doesnt-stay-the-color-selected-in-transparent-header-settin/#post-23019</link>
					<pubDate>Thu, 01 Oct 2015 21:10:07 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>If it still gets HTML encoded just do this instead:</p>
<p>#menu ul li.boc_nav_button a:hover {<br />
color: #ffffff!important;<br />
background-color: #b9d974!important;<br />
}</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

