<?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: Header changing to white when in Mobile View</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/header-changing-to-white-when-in-mobile-view/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/header-changing-to-white-when-in-mobile-view/feed/</link>
		<description></description>
		<pubDate>Sun, 19 Jul 2026 21:05:54 +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/header-changing-to-white-when-in-mobile-view/#post-25391</guid>
					<title><![CDATA[Header changing to white when in Mobile View]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/header-changing-to-white-when-in-mobile-view/#post-25391</link>
					<pubDate>Thu, 03 Dec 2015 02:52:44 +0000</pubDate>
					<dc:creator>kpastoors</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, </p>
<p>I want my header to be #5f6062 which i have set in WordPress &#8211; but when it converts to mobile view it turns white and the logo is off to the side. Do you have some CSS that can fix this issue? Thanks! I have seen a post simialr to this and i tried the fix but it didn&#8217;t work for me.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/header-changing-to-white-when-in-mobile-view/#post-25392</guid>
					<title><![CDATA[Reply To: Header changing to white when in Mobile View]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/header-changing-to-white-when-in-mobile-view/#post-25392</link>
					<pubDate>Thu, 03 Dec 2015 03:11:58 +0000</pubDate>
					<dc:creator>kpastoors</dc:creator>

					<description>
						<![CDATA[
						<p>@media only screen and (max-width: 768px){<br />
  #header {<br />
    background: #666;<br />
  }<br />
  .m_nav_ham {<br />
    background: #fff;<br />
  }<br />
}</p>
<p>Fixed it- found the answer in a previous post and it worked! Sorry &#8211; i cant work out how to delete this post!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/header-changing-to-white-when-in-mobile-view/#post-25405</guid>
					<title><![CDATA[Reply To: Header changing to white when in Mobile View]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/header-changing-to-white-when-in-mobile-view/#post-25405</link>
					<pubDate>Thu, 03 Dec 2015 08:59:07 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You got it, good job! <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/header-changing-to-white-when-in-mobile-view/#post-26927</guid>
					<title><![CDATA[Reply To: Header changing to white when in Mobile View]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/header-changing-to-white-when-in-mobile-view/#post-26927</link>
					<pubDate>Mon, 08 Feb 2016 17:03:22 +0000</pubDate>
					<dc:creator>idcagency</dc:creator>

					<description>
						<![CDATA[
						<p>Hi. </p>
<p>I have tried this but it still stays white for me. I&#8217;ve cleared cache etc tried on multiple devices but the header stays white. The m_nav_ham changes colour fine. </p>
<p>Do you have anything else I could try or why it won&#8217;t change for me? </p>
<p>Thanks in advance.  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/header-changing-to-white-when-in-mobile-view/#post-26942</guid>
					<title><![CDATA[Reply To: Header changing to white when in Mobile View]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/header-changing-to-white-when-in-mobile-view/#post-26942</link>
					<pubDate>Tue, 09 Feb 2016 09:18:38 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Try adding the !important clause after your CSS rules&#8230;</p>
<pre><code>@media only screen and (max-width: 768px){
#header {
background: #666 !important;
}
.m_nav_ham {
background: #fff !important;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/header-changing-to-white-when-in-mobile-view/#post-26956</guid>
					<title><![CDATA[Reply To: Header changing to white when in Mobile View]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/header-changing-to-white-when-in-mobile-view/#post-26956</link>
					<pubDate>Tue, 09 Feb 2016 10:16:07 +0000</pubDate>
					<dc:creator>idcagency</dc:creator>

					<description>
						<![CDATA[
						<p>Awesome that&#8217;s great thanks again. </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

