<?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: Using Specific Colours in Menu</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 17:37:43 +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/using-specific-colours-in-menu/#post-32582</guid>
					<title><![CDATA[Using Specific Colours in Menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32582</link>
					<pubDate>Tue, 20 Feb 2018 16:08:29 +0000</pubDate>
					<dc:creator>mcrone</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>I am just building my website on a temporary domain (<a href="http://gc.osx.uk/" rel="nofollow">http://gc.osx.uk/</a>) but can not work out how to add a specific hex colour to my main navigation, it gives me a colour bar picker but no option to add a custom colour? Also can you advise how to make the menu bar to have a full colour background? </p>
<p>Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32584</guid>
					<title><![CDATA[Reply To: Using Specific Colours in Menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32584</link>
					<pubDate>Wed, 21 Feb 2018 08:37:27 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You set your menu styles/colors under Appearance > Customize, check more here:</p>
<p><a href="http://blueowlcreative.com/docs/fortuna/#setup2" rel="nofollow">http://blueowlcreative.com/docs/fortuna/#setup2</a></p>
<p>What exactly are you trying to do? <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/using-specific-colours-in-menu/#post-32585</guid>
					<title><![CDATA[Reply To: Using Specific Colours in Menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32585</link>
					<pubDate>Wed, 21 Feb 2018 10:19:57 +0000</pubDate>
					<dc:creator>mcrone</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32588</guid>
					<title><![CDATA[Reply To: Using Specific Colours in Menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32588</link>
					<pubDate>Thu, 22 Feb 2018 09:25:55 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>1. Yes, you can with some customization, add these to your Theme options->Custom CSS, it should set you on the right track:</p>
<pre><code>#header,
#header.scrolled {
    background: #005192;
}
.custom_menu_6 #menu &gt; ul &gt; li &gt; a {
    color: #fff;
}
.custom_menu_6 #menu &gt; ul &gt; li:not(.boc_nav_button):hover &gt; a, header.transparent_header.scrolled .custom_menu_6 #menu &gt; ul &gt; li:not(.boc_nav_button):hover &gt; a {
    background-color: #171717;
}
.custom_menu_6 #menu &gt; ul &gt; li &gt; div,
.custom_menu_6 .subsub_menu {
    background: rgba(0,0,0,0.9);
}
.custom_menu_6 #menu &gt; ul &gt; li ul &gt; li &gt; a {
    color: #e4e4e4;
}</code></pre>
<p>2. If you are using the latest theme version (make sure you update) you should be able to enter hex values. There was a glitch with a WP update that had those input fields hidden but we fixed it. <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/using-specific-colours-in-menu/#post-32591</guid>
					<title><![CDATA[Reply To: Using Specific Colours in Menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32591</link>
					<pubDate>Thu, 22 Feb 2018 11:04:49 +0000</pubDate>
					<dc:creator>mcrone</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>Great thank you that worked well and updating the theme also bought the ability to add Hex values. On the new header van you advise how can I get this to also look the same on a mobile device, finally how can I change the font to white in colour on the menu?</p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32594</guid>
					<title><![CDATA[Reply To: Using Specific Colours in Menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32594</link>
					<pubDate>Thu, 22 Feb 2018 21:03:55 +0000</pubDate>
					<dc:creator>mcrone</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32599</guid>
					<title><![CDATA[Reply To: Using Specific Colours in Menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32599</link>
					<pubDate>Fri, 23 Feb 2018 08:22:55 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>You switched the menu to 4 instead of 6&#8230; can you bring it back? #4 has a different style without the background change on hover so some of the CSS updates we made don&#8217;t take effect&#8230; Which one are you going to use?</p>
<p>As for the Portfolio items &#8211; reset your Appearance->Permalinks, save to default, then change again to custom.</p>
<p>Footer:</p>
<pre><code>#footer,
#footer h3,
#footer a {
    color: #ffffff;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32604</guid>
					<title><![CDATA[Reply To: Using Specific Colours in Menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32604</link>
					<pubDate>Fri, 23 Feb 2018 21:35:39 +0000</pubDate>
					<dc:creator>mcrone</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32607</guid>
					<title><![CDATA[Reply To: Using Specific Colours in Menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32607</link>
					<pubDate>Mon, 26 Feb 2018 08:26:46 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>For the mobile menu:</p>
<pre><code>@media only screen and (max-width: 768px){
#header {
    background: #005596 !important;
}
.m_nav_ham {
    background: #fff;
}
}</code></pre>
<p>For your footer:</p>
<pre><code>#powered {
    color: #ffffff;
}</code></pre>
<p>For the portfolio items, check the template presets:</p>
<p><a href="http://blueowlcreative.com/docs/fortuna/#portfolio2" rel="nofollow">http://blueowlcreative.com/docs/fortuna/#portfolio2</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32609</guid>
					<title><![CDATA[Reply To: Using Specific Colours in Menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/using-specific-colours-in-menu/#post-32609</link>
					<pubDate>Mon, 26 Feb 2018 12:41:11 +0000</pubDate>
					<dc:creator>mcrone</dc:creator>

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

					
					
				</item>

					
		
	</channel>
	</rss>

