<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Hide background image at smaller screen size</title>
		<link>http://www.kriesi.at/support/topic/hide-background-image-at-smaller-screen-size</link>
		<description>Support Forum - Topic: Hide background image at smaller screen size</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 15:49:51 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/hide-background-image-at-smaller-screen-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Hide background image at smaller screen size"</title>
			<link>http://www.kriesi.at/support/topic/hide-background-image-at-smaller-screen-size#post-94737</link>
			<pubDate>Sun, 03 Feb 2013 05:39:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94737@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You have to use Media Queries. Can you give us a link to your website?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {

body {
background-color: #FFF;
background-image: none;
}

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madesolutions on "Hide background image at smaller screen size"</title>
			<link>http://www.kriesi.at/support/topic/hide-background-image-at-smaller-screen-size#post-94715</link>
			<pubDate>Sat, 02 Feb 2013 23:56:59 +0000</pubDate>
			<dc:creator>madesolutions</dc:creator>
			<guid isPermaLink="false">94715@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I have a background image that I uploaded via the wp admin for my site (using the Angular theme).  It looks grat on my monitor, but i want to be able to hide it on smaller/cell phone resolutions.  i tried adding this to my custom css file bit it didn't work. any idea how to do this?&#60;/p&#62;
&#60;p&#62;body {&#60;br /&#62;
	background-color: #FFF;&#60;br /&#62;
	background-image: none;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
