<?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: change color of menu on mobile</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/change-color-of-menu-on-mobile/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/change-color-of-menu-on-mobile/feed/</link>
		<description></description>
		<pubDate>Sun, 19 Jul 2026 05:44:35 +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/change-color-of-menu-on-mobile/#post-26330</guid>
					<title><![CDATA[change color of menu on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-color-of-menu-on-mobile/#post-26330</link>
					<pubDate>Sat, 16 Jan 2016 20:52:03 +0000</pubDate>
					<dc:creator>moiz41510</dc:creator>

					<description>
						<![CDATA[
						<p>is it possible to change the color of the menu bar on mobile devices?</p>
<p>also would like to change the color of the sidebar on mobile devices.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-color-of-menu-on-mobile/#post-26342</guid>
					<title><![CDATA[Reply To: change color of menu on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-color-of-menu-on-mobile/#post-26342</link>
					<pubDate>Mon, 18 Jan 2016 09:59:44 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sure you can, using simple CSS, may I see your URL please and what exactly you want to change and what color you want to use?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-color-of-menu-on-mobile/#post-26637</guid>
					<title><![CDATA[Reply To: change color of menu on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-color-of-menu-on-mobile/#post-26637</link>
					<pubDate>Mon, 25 Jan 2016 20:14:14 +0000</pubDate>
					<dc:creator>moiz41510</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://www.masjidalrahman.com/new" rel="nofollow">http://www.masjidalrahman.com/new</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-color-of-menu-on-mobile/#post-26644</guid>
					<title><![CDATA[Reply To: change color of menu on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-color-of-menu-on-mobile/#post-26644</link>
					<pubDate>Tue, 26 Jan 2016 12:46:18 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>So you want to change your header backgruond under mobile?<br />
How about this:</p>
<pre><code>@media only screen and (max-width: 1017px) {
#header {
    background: #ccc;
}
}</code></pre>
<p>Which sidebar are you referring to, where do you have one?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-color-of-menu-on-mobile/#post-26714</guid>
					<title><![CDATA[Reply To: change color of menu on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-color-of-menu-on-mobile/#post-26714</link>
					<pubDate>Wed, 27 Jan 2016 17:44:45 +0000</pubDate>
					<dc:creator>moiz41510</dc:creator>

					<description>
						<![CDATA[
						<p>yes, the menu color and when i press the menu button there is a side menu that pops up. thats the color i want to change</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-color-of-menu-on-mobile/#post-26730</guid>
					<title><![CDATA[Reply To: change color of menu on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-color-of-menu-on-mobile/#post-26730</link>
					<pubDate>Thu, 28 Jan 2016 12:41:22 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Oh, so you mean to change the drop down mobile menu background?<br />
Try with this:</p>
<pre><code>#mobile_menu ul li a {
    background: green !important;
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

