<?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 Header Background Colour on Mobile</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/feed/</link>
		<description></description>
		<pubDate>Fri, 28 Aug 2026 15:32:31 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29348</guid>
					<title><![CDATA[Nav Header Background Colour on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29348</link>
					<pubDate>Tue, 05 Jul 2016 19:12:49 +0000</pubDate>
					<dc:creator>leyv</dc:creator>

					<description>
						<![CDATA[
						<p>Hello</p>
<p>I have enabled a completely transparent header that turns into a dark gray colour when you scroll down the page, however on mobile size the default is white&#8230;can you please recommend how to target this so that I can change it?  I am unable to replicate it on my desktop to inspect the element name.</p>
<p>Also, my top content (home page &#8220;financial crime training&#8221;) is not displaying properly on mobile&#8230;is there a way I can target it and change the size or the alignment?</p>
<p>Thanks <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29361</guid>
					<title><![CDATA[Reply To: Nav Header Background Colour on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29361</link>
					<pubDate>Wed, 06 Jul 2016 16:55:32 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You can reduce the width on your desktop browser to inspect it.<br />
From what I see at the moment the menu is not visible even on desktop.<br />
As far as the mobile menu, sure you can swap the bgr there as well using some CSS:</p>
<pre><code>@media only screen and (max-width: 1017px){
#header {
    background: #1A1A1A!important;
}
.m_nav_ham {
    background: #fff;
}
}</code></pre>
<p>For the heading &#8230; sure, make sure you add a CSS class to the column, then style that differently for mobile, for example:</p>
<pre><code>@media only screen and (max-width: 1017px){
.smaller_text_mobile_col h1 {
    font-size: 32px;
}
.smaller_text_mobile_col h2 {
    font-size: 24px;
}
}</code></pre>
<p>You can also decrease that column&#8217;s padding in mobile:</p>
<pre><code>@media only screen and (max-width: 1017px){
.smaller_text_mobile_col {
    padding: 40px!important;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29391</guid>
					<title><![CDATA[Reply To: Nav Header Background Colour on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29391</link>
					<pubDate>Thu, 07 Jul 2016 14:27:00 +0000</pubDate>
					<dc:creator>leyv</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for this solution, it works well on the homepage because the columns are full width, but it doesn&#8217;t work if there are multiple columns&#8230;whenever I try to add the class name, it automatically removes the custom column widths (4/6 + 1/6 + 1/6) and shrinks it down to 1/12 + 1/6 + 1/6 as soon as I save the class name to the column box.</p>
<p>Any ideas?  Thanks <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29393</guid>
					<title><![CDATA[Reply To: Nav Header Background Colour on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29393</link>
					<pubDate>Thu, 07 Jul 2016 20:13:05 +0000</pubDate>
					<dc:creator>leyv</dc:creator>

					<description>
						<![CDATA[
						<p>This is happening anytime I want to target extra classes on elements with multiple columns, it&#8217;s making it quite difficult to resize anything for mobile&#8230;please let me know how to achieve this!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29407</guid>
					<title><![CDATA[Reply To: Nav Header Background Colour on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29407</link>
					<pubDate>Fri, 08 Jul 2016 12:01:32 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>This is visual composer functionality you are speaking of and how is what you were asking for (the text sizing in mobile) in anyway related to the column sizes you are describing&#8230;<br />
Please explain from scratch what you are trying to achieve!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29416</guid>
					<title><![CDATA[Reply To: Nav Header Background Colour on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29416</link>
					<pubDate>Fri, 08 Jul 2016 13:11:05 +0000</pubDate>
					<dc:creator>leyv</dc:creator>

					<description>
						<![CDATA[
						<p>At a medium screen size on desktop, the &#8220;page title&#8221; (done with text on an image banner) and an overlay image, become distorted (the floating image on the right moves around and the text on the left does not adjust accordingly.</p>
<p>I would like to assign a class to these items and create an @media to make some modifications to how the are viewed, but when I assign a class to it the column settings I have set collapse&#8230;I can&#8217;t have both, I can either keep the column widths that I want OR I can set a custom class, but in this case I need both because otherwise the site is not properly responsive at a medium size.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29420</guid>
					<title><![CDATA[Reply To: Nav Header Background Colour on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29420</link>
					<pubDate>Fri, 08 Jul 2016 14:54:44 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, first off (not sure what you mean by &#8220;medium&#8221;) but I see both the bgr image and the text behaving perfectly fine and as expected when resizing the screen.<br />
Nothing&#8217;s distorted, the text flows just as you set it &#8211; having the padding to the left, the background resizes (gets cropped accordingly) to fit the column size just as background-size: cover; property instructs it to.</p>
<p>On another note &#8211; of course you can assign CSS classes to anything and surely style all elements according to your needs.<br />
What css classes + css you assign where and why would those matter with your column settings?? Why would you bother with the column&#8217;s width&#8230; that&#8217;s not something you want to touch, is it??<br />
How about you tell me exactly what you are trying to achieve under what resolution, maybe then I give you some hints (or at least try).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29424</guid>
					<title><![CDATA[Reply To: Nav Header Background Colour on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29424</link>
					<pubDate>Fri, 08 Jul 2016 16:48:11 +0000</pubDate>
					<dc:creator>leyv</dc:creator>

					<description>
						<![CDATA[
						<p>For example on this page:</p>
<p><a href="http://manchestercf.com/correspondent-banking-financial-crime-training/" rel="nofollow">http://manchestercf.com/correspondent-banking-financial-crime-training/</a></p>
<p>When the screen size is full on a regular desktop, the wave image looks great.</p>
<p>As the screen becomes smaller, the wave image ends up looking far too tall&#8230;I would like it to become smaller, but that means adjusting all of the other elements around it (the PDF with the transparent background etc).</p>
<p>What is the best method to shrink this down around 1200px screen size?</p>
<p>___</p>
<p>As an alternative I tried to create a revolution slider to achieve the look, but I am having difficulty getting the buttons to work&#8230;the styles are not applying and the links don&#8217;t work when I view the site (using private browsing, so i&#8217;m not logged in).  Any ideas?</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29425</guid>
					<title><![CDATA[Reply To: Nav Header Background Colour on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29425</link>
					<pubDate>Fri, 08 Jul 2016 20:05:10 +0000</pubDate>
					<dc:creator>leyv</dc:creator>

					<description>
						<![CDATA[
						<p>Okay as an update&#8230;the revolution slider fix appears to resolve the issue, but there are some mobile display problems.</p>
<p>All options for all device sizes are turned on, but the content on the right (PDF download, social share) are never available on iPhone size and the header banner image (wave) is not present when the page loads in vertical orientation:</p>
<p><a href="http://manchestercf.com/mobilescreenshotdemo/" rel="nofollow">http://manchestercf.com/mobilescreenshotdemo/</a></p>
<p>I seem to have all functions turned on for this, what am I missing?</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29432</guid>
					<title><![CDATA[Reply To: Nav Header Background Colour on Mobile]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/nav-header-background-colour-on-mobile/#post-29432</link>
					<pubDate>Mon, 11 Jul 2016 08:49:13 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Yes, the the content on the right is there, it&#8217;s just stacked below the headings, that&#8217;s how columns stack on top of one another in responsive &#8211; scroll down and you will see it.<br />
Since you have some much custom styles added to that column you need to make sure you override them in responsive to make things looking good again.<br />
You need to also set the height of the left column &#8211; you have some huge spacings there you need to remove in responsive, again with CSS classes and media queries! For example make a class that will hide elements below certain width and assign it to your spacings!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

