<?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: Color in the Menu when the mouse is not pointed</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/color-in-the-menu-when-the-mouse-is-not-pointed/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/color-in-the-menu-when-the-mouse-is-not-pointed/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 12:27:42 +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/color-in-the-menu-when-the-mouse-is-not-pointed/#post-32903</guid>
					<title><![CDATA[Color in the Menu when the mouse is not pointed]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/color-in-the-menu-when-the-mouse-is-not-pointed/#post-32903</link>
					<pubDate>Tue, 22 May 2018 01:58:10 +0000</pubDate>
					<dc:creator>joaovictorcf</dc:creator>

					<description>
						<![CDATA[
						<p>Hello team Blue Owl, Good evening!</p>
<p>I&#8217;m working on creating a website and I&#8217;m having a difficulty that seems to be an easy solution.</p>
<p>I would like to customize the Site Menu so that it has colors in each of the elements contained in this Menu. As in the example of this site: <a href="http://alliate.com.br/" rel="nofollow">http://alliate.com.br/</a></p>
<p>The &#8220;Portal do Cliente&#8221; item has color when the mouse is not in the element and also when it is in the element. And I would like to do just that.</p>
<p>I searched the documentation and topics listed here to do such an action and found the helper class: boc_nav_button &#8211; which I applied to the site I&#8217;m creating that is <a href="http://www.ipacriacao.com.br" rel="nofollow">http://www.ipacriacao.com.br</a></p>
<p>This class partially answered me because I would like the element to have the inverse effect, that is, when the mouse is NOT POINTED the element will appear with a colored background and white color, and when the elemento IS WITH THE MOUSE POINTED, the element appears with white background and blue fountain.</p>
<p>How to perform such customization by kindness?</p>
<p>I hope you have understood, but any difficulty is enough that please inform me that I send more details.</p>
<p>I look forward to your response and thank you in advance!</p>
<p>I wish you a great week!</p>
<p>Greetings,</p>
<p>João Victor</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/color-in-the-menu-when-the-mouse-is-not-pointed/#post-32904</guid>
					<title><![CDATA[Reply To: Color in the Menu when the mouse is not pointed]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/color-in-the-menu-when-the-mouse-is-not-pointed/#post-32904</link>
					<pubDate>Tue, 22 May 2018 06:07:34 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi João,</p>
<p>First off, instead of having an input button in the navigation you can apply the &#8220;boc_nav_button&#8221; class to the regular menu item just like in the second link you sent and that will create a link with a button styling. Now to inverse the style (solid button and white background with border on hover) you can do the following in your Theme options->Custom styles or your child theme&#8217;s css file:</p>
<pre><code>#menu &gt; ul &gt; li.boc_nav_button a {
    background: #1e73be;
    border: 2px solid #1e73be;
    color: #fff !important
}
#menu &gt; ul &gt; li.boc_nav_button a:hover {
    background: #fff!important;
    color: #1e73be;
    border: 2px solid #1e73be;
}</code></pre>
<p>Let me know if that does it for you. <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/color-in-the-menu-when-the-mouse-is-not-pointed/#post-32914</guid>
					<title><![CDATA[Reply To: Color in the Menu when the mouse is not pointed]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/color-in-the-menu-when-the-mouse-is-not-pointed/#post-32914</link>
					<pubDate>Wed, 23 May 2018 01:27:45 +0000</pubDate>
					<dc:creator>joaovictorcf</dc:creator>

					<description>
						<![CDATA[
						<p>Hello my friend good evening!</p>
<p>I was able to make the desired change according to the CSS personalization sent by you, however, I had to make a small change in the code, inserting the term &#8220;important&#8221; in color when a: hover.</p>
<p>Demonstra next:</p>
<p> #menu&gt; ul&gt; li.boc_nav_button a: hover {<br />
    background: #fff! important;<br />
    border: 2px solid # 1e73be;<br />
    color: # 1e73be! important;<br />
    font-weight: 8px;<br />
}</p>
<p>Above all, I was able to perform the procedure.</p>
<p>I would like to express my sincere thanks.</p>
<p>I wish you a great Wednesday! See you next time, my friend!</p>
<p>Greetings,</p>
<p>João Victor</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

