<?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: Nav button color</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/nav-button-color/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/nav-button-color/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 22:53:06 +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/nav-button-color/#post-34202</guid>
					<title><![CDATA[Nav button color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/nav-button-color/#post-34202</link>
					<pubDate>Wed, 18 Sep 2019 15:24:39 +0000</pubDate>
					<dc:creator>BernardHealth2</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I have two buttons in my navigation menu and right now they&#8217;re both outlined using boc_nav_button. However, I only want one of them to be filled in blue, and the other to remain outlined. Is there a way to do that?</p>
<p>Here&#8217;s my URL: <a href="https://www.bernieforms.com/" rel="nofollow">https://www.bernieforms.com/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/nav-button-color/#post-34207</guid>
					<title><![CDATA[Reply To: Nav button color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/nav-button-color/#post-34207</link>
					<pubDate>Thu, 19 Sep 2019 12:04:24 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Just add a new css class, for example &#8220;blue_nav_button&#8221; to your item, then add this CSS:</p>
<pre><code>.blue_nav_button a {
    background: #11b9cd!important;
    border: 2px solid #11b9cd!important;
    color: #fff!important;
}
.blue_nav_button a:hover {
    background: transparent!important;
    border: 2px solid #444!important;
    color: #333333!important;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/nav-button-color/#post-34212</guid>
					<title><![CDATA[Reply To: Nav button color]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/nav-button-color/#post-34212</link>
					<pubDate>Mon, 23 Sep 2019 19:43:50 +0000</pubDate>
					<dc:creator>BernardHealth2</dc:creator>

					<description>
						<![CDATA[
						<p>It worked great, thank you!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

