<?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: Background Colour When Screen Width Met</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/background-colour-when-screen-width-met/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/background-colour-when-screen-width-met/feed/</link>
		<description></description>
		<pubDate>Sun, 19 Jul 2026 05:39:37 +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/background-colour-when-screen-width-met/#post-26719</guid>
					<title><![CDATA[Background Colour When Screen Width Met]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/background-colour-when-screen-width-met/#post-26719</link>
					<pubDate>Wed, 27 Jan 2016 21:18:05 +0000</pubDate>
					<dc:creator>educredu</dc:creator>

					<description>
						<![CDATA[
						<p>Is there a way that I can have a background colour appear after a screen has exceeded a certain width?</p>
<p>So, after educredu.staging.wpengine.com exceeds a width of 600 a grey background appears?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/background-colour-when-screen-width-met/#post-26735</guid>
					<title><![CDATA[Reply To: Background Colour When Screen Width Met]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/background-colour-when-screen-width-met/#post-26735</link>
					<pubDate>Thu, 28 Jan 2016 14:09:10 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Sure, use simple media rules:</p>
<pre><code>@media only screen and (min-width: 600px) {
.YOUR_CLASS {
background: grey;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/background-colour-when-screen-width-met/#post-26744</guid>
					<title><![CDATA[Reply To: Background Colour When Screen Width Met]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/background-colour-when-screen-width-met/#post-26744</link>
					<pubDate>Thu, 28 Jan 2016 14:50:13 +0000</pubDate>
					<dc:creator>educredu</dc:creator>

					<description>
						<![CDATA[
						<p>I just put the following as CSS for the main page&#8230;</p>
<p>@media only screen and (min-width: 600px) {<br />
.underlay_class {<br />
background: grey;<br />
}<br />
}</p>
<p>&#8230;but it didn&#8217;t work? What else do I need to do?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/background-colour-when-screen-width-met/#post-26749</guid>
					<title><![CDATA[Reply To: Background Colour When Screen Width Met]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/background-colour-when-screen-width-met/#post-26749</link>
					<pubDate>Fri, 29 Jan 2016 09:06:56 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>And what element(s) are you assigning the &#8220;underlay_class&#8221; to?<br />
Add it to some rows and it should work!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

