<?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: Changing the colors of submenu top border</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/changing-the-colors/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/changing-the-colors/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 14:21:50 +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/changing-the-colors/#post-22798</guid>
					<title><![CDATA[Changing the colors of submenu top border]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/changing-the-colors/#post-22798</link>
					<pubDate>Fri, 25 Sep 2015 05:25:15 +0000</pubDate>
					<dc:creator>exxexx</dc:creator>

					<description>
						<![CDATA[
						<p>Hi! Thanks for the theme, its cool <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>I tried to change submenu&#8217;s border-top color, but didnt find where to do that on the theme settings, so i tried to do that with custom css. I inputted following to the custom css field in theme&#8217;s settings:</p>
<p>#menu &gt; ul &gt; li &gt; div {<br />
border-top: 2px solid #fff;<br />
}<br />
.custom_menu_4 #menu &gt; ul &gt; li ul &gt; li &gt; a:hover {<br />
background-color: #fff;<br />
}  </p>
<p>css does not work even if i put !important <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_sad.gif" alt=":(" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/changing-the-colors/#post-22800</guid>
					<title><![CDATA[Reply To: Changing the colors of submenu top border]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/changing-the-colors/#post-22800</link>
					<pubDate>Fri, 25 Sep 2015 06:03:08 +0000</pubDate>
					<dc:creator>kpastoors</dc:creator>

					<description>
						<![CDATA[
						<p>I also want to know the answer to this <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/changing-the-colors/#post-22810</guid>
					<title><![CDATA[Reply To: Changing the colors of submenu top border]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/changing-the-colors/#post-22810</link>
					<pubDate>Fri, 25 Sep 2015 11:30:38 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>the place is &#8211; Appearance->Customize->Main Menu Style->Navigation Accent Color.<br />
This is the active color for your menu and it matches the hover item color. If you want a different color than the hover state you can surely do it with CSS.</p>
<pre><code>#menu &gt; ul &gt; li div {
    border-top: 2px solid yellow!important;
}</code></pre>
<p>Where are you adding the CSS? The above should work. <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/changing-the-colors/#post-22855</guid>
					<title><![CDATA[Reply To: Changing the colors of submenu top border]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/changing-the-colors/#post-22855</link>
					<pubDate>Mon, 28 Sep 2015 08:29:30 +0000</pubDate>
					<dc:creator>exxexx</dc:creator>

					<description>
						<![CDATA[
						<p>Hi. I was able to change the color through Appearance-&gt;Customize-&gt;Main Menu Style-&gt;Navigation Accent Color. HOWEVER, the css customization does not work&#8230; </p>
<p>I tried with your example with no result (Fortuna options-&gt;Custom CSS)</p>
<pre><code>#menu &gt; ul &gt; li div {
    border-top: 2px solid yellow!important;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/changing-the-colors/#post-22858</guid>
					<title><![CDATA[Reply To: Changing the colors of submenu top border]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/changing-the-colors/#post-22858</link>
					<pubDate>Mon, 28 Sep 2015 08:49:57 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>What&#8217;s you URL, please, where you added 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/changing-the-colors/#post-23098</guid>
					<title><![CDATA[Reply To: Changing the colors of submenu top border]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/changing-the-colors/#post-23098</link>
					<pubDate>Mon, 05 Oct 2015 05:04:42 +0000</pubDate>
					<dc:creator>exxexx</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://exx.fi/energiaguru/" rel="nofollow">http://exx.fi/energiaguru/</a></p>
<p>Do you need the admin password?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/changing-the-colors/#post-23107</guid>
					<title><![CDATA[Reply To: Changing the colors of submenu top border]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/changing-the-colors/#post-23107</link>
					<pubDate>Mon, 05 Oct 2015 08:21:13 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Oh,</p>
<p>It&#8217;s the &#8220;>&#8221; sign that got HTML encoded to &#8220;& gt;&#8221; you can see it in your code!<br />
Try again removing the &#8220;>&#8221;, in the mean time I will contact the Option Tree plugin vendor for a fix:</p>
<pre><code>#menu ul li div {
    border-top: 2px solid yellow!important;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/changing-the-colors/#post-23432</guid>
					<title><![CDATA[Reply To: Changing the colors of submenu top border]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/changing-the-colors/#post-23432</link>
					<pubDate>Wed, 14 Oct 2015 12:41:45 +0000</pubDate>
					<dc:creator>exxexx</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks! it worked <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

