<?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: Chang color header ver</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 15:23: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/chang-color-header-ver/#post-25830</guid>
					<title><![CDATA[Chang color header ver]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/#post-25830</link>
					<pubDate>Mon, 21 Dec 2015 18:52:25 +0000</pubDate>
					<dc:creator>victorbeltran</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
I can change the color header in the phone version?<br />
Thanks <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/#post-25860</guid>
					<title><![CDATA[Reply To: Chang color header ver]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/#post-25860</link>
					<pubDate>Wed, 23 Dec 2015 20:22:45 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sure Vic, let me see your URL, please.<br />
What is the mobile header color you want to have?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/#post-25882</guid>
					<title><![CDATA[Reply To: Chang color header ver]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/#post-25882</link>
					<pubDate>Thu, 24 Dec 2015 01:31:33 +0000</pubDate>
					<dc:creator>victorbeltran</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
<a href="http://www.cinetransformer.com" rel="nofollow">http://www.cinetransformer.com</a>, I like the same blue website (#254868)</p>
<p>Thank you so much!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/#post-25887</guid>
					<title><![CDATA[Reply To: Chang color header ver]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/#post-25887</link>
					<pubDate>Sat, 26 Dec 2015 16:20:53 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, how about this:</p>
<pre><code>@media only screen and (max-width: 768px) {
#header {
    background: #254868;
}
}

@media only screen and (max-width: 1017px) and (min-width: 769px) {
#header {
    background: #254868;
}
}</code></pre>
<p>Add this too if you want the mobile menu (the 3 lines) to become white:</p>
<pre><code>.m_nav_ham {
    background: #fff;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/#post-25956</guid>
					<title><![CDATA[Reply To: Chang color header ver]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/#post-25956</link>
					<pubDate>Sun, 03 Jan 2016 00:10:14 +0000</pubDate>
					<dc:creator>victorbeltran</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
I added the CSS code does not work. I&#8217;ve added Custom CSS. Something is wrong? Thanks guys!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/#post-25991</guid>
					<title><![CDATA[Reply To: Chang color header ver]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/#post-25991</link>
					<pubDate>Mon, 04 Jan 2016 13:32:12 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>No problem, just add the !important clause to them then:</p>
<pre><code>@media only screen and (max-width: 768px) {
#header {
    background: #254868!important;
}
}

@media only screen and (max-width: 1017px) and (min-width: 769px) {
#header {
    background: #254868!important;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/#post-26040</guid>
					<title><![CDATA[Reply To: Chang color header ver]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/chang-color-header-ver/#post-26040</link>
					<pubDate>Mon, 04 Jan 2016 17:58:07 +0000</pubDate>
					<dc:creator>victorbeltran</dc:creator>

					<description>
						<![CDATA[
						<p>Perfect!! Thank you so much!! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

