<?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: CSS Background Image &#38; Color in Boxed Layout</title>
		<link>http://www.kriesi.at/support/topic/css-background-image-color-in-boxed-layout</link>
		<description>Support Forum - Topic: CSS Background Image &amp; Color in Boxed Layout</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 14:46:08 +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/css-background-image-color-in-boxed-layout" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "CSS Background Image &#38; Color in Boxed Layout"</title>
			<link>http://www.kriesi.at/support/topic/css-background-image-color-in-boxed-layout#post-27444</link>
			<pubDate>Wed, 21 Sep 2011 06:54:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27444@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you found a solution. Minified version would be:&#60;/p&#62;
&#60;p&#62;html, body{&#60;br /&#62;
background: transparent none;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>berardini on "CSS Background Image &#38; Color in Boxed Layout"</title>
			<link>http://www.kriesi.at/support/topic/css-background-image-color-in-boxed-layout#post-27433</link>
			<pubDate>Wed, 21 Sep 2011 01:49:26 +0000</pubDate>
			<dc:creator>berardini</dc:creator>
			<guid isPermaLink="false">27433@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, now I got the workaround to work in all browsers by writing those lines of codes I inserted in Quick CSS into the custom.css file.&#60;/p&#62;
&#60;p&#62;html, body{&#60;br /&#62;
 background-color: transparent;&#60;br /&#62;
 }&#60;/p&#62;
&#60;p&#62;html, body{&#60;br /&#62;
 background-image: none;&#60;br /&#62;
 }
&#60;/p&#62;</description>
		</item>
		<item>
			<title>berardini on "CSS Background Image &#38; Color in Boxed Layout"</title>
			<link>http://www.kriesi.at/support/topic/css-background-image-color-in-boxed-layout#post-27432</link>
			<pubDate>Wed, 21 Sep 2011 01:46:01 +0000</pubDate>
			<dc:creator>berardini</dc:creator>
			<guid isPermaLink="false">27432@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Forget about that. The trick only works in IE, I still get the same thing in Firefox and Chrome (even if the resulting HTML code in all browser is the same)&#60;/p&#62;
&#60;p&#62;I definitely need to find a way to modify these lines:&#60;/p&#62;
&#60;p&#62;html, body{&#60;br /&#62;
 background-color:#0015ff;&#60;br /&#62;
 }&#60;/p&#62;
&#60;p&#62; html, body{&#60;br /&#62;
 background-image:url(http://localhost/wp-content/uploads/2011/09/clear.png);&#60;br /&#62;
 }
&#60;/p&#62;</description>
		</item>
		<item>
			<title>berardini on "CSS Background Image &#38; Color in Boxed Layout"</title>
			<link>http://www.kriesi.at/support/topic/css-background-image-color-in-boxed-layout#post-27431</link>
			<pubDate>Wed, 21 Sep 2011 01:36:42 +0000</pubDate>
			<dc:creator>berardini</dc:creator>
			<guid isPermaLink="false">27431@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok. I found a workaround. In the Quick CSS field of the Styling section, I entered the following code (and got BB plugin working, that means I now have changing full screen image backgrounds):&#60;/p&#62;
&#60;p&#62;html, body{&#60;br /&#62;
background-color: transparent;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;html, body{&#60;br /&#62;
background-image: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;However, I still would like to know how to find those lines of codes related to background color and image that Corona Theme Options write when you choose boxed layout.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>berardini on "CSS Background Image &#38; Color in Boxed Layout"</title>
			<link>http://www.kriesi.at/support/topic/css-background-image-color-in-boxed-layout#post-27425</link>
			<pubDate>Tue, 20 Sep 2011 22:44:37 +0000</pubDate>
			<dc:creator>berardini</dc:creator>
			<guid isPermaLink="false">27425@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi everyone,&#60;/p&#62;
&#60;p&#62;I’m trying to change the background of the Corona theme and have changing backgrounds instead. &#60;/p&#62;
&#60;p&#62;Already got the Better Backgrounds plugin (&#60;a href=&#34;http://wordpress.org/extend/plugins/better-backgrounds/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/better-backgrounds/&#60;/a&#62;) up and running and it is working perfectly, but my problem is that in Corona, the image background and/or the background color (this option is only available when you have a boxed layout) you are forced to pick in the Layout &#38;amp; Settings section of Corona Theme Options is on top (z-index) of the changing backgrounds created by the BB plugin. When you have a problem like this with a theme, the BB documentation recommends to look in the style sheet of the theme for any “background-image:” or “backckground:url()” attributes added to things like the “#wrapper” or “body” and remove those lines of code.&#60;/p&#62;
&#60;p&#62;My problem is that I can’t find that in Corona’s style.css (Corona documentation says in &#60;a href=&#34;http://docs.kriesi.at/corona/documentation/#cssFiles&#34; rel=&#34;nofollow&#34;&#62;http://docs.kriesi.at/corona/documentation/#cssFiles&#60;/a&#62; that style.css holds the basic markup for the layout) or in header.php the part of the code that produces these lines of codes (the final rendered page in the browser) right before the closing &#38;lt; / head &#38;gt;:&#60;/p&#62;
&#60;p&#62;html, body{&#60;br /&#62;
background-color:#0015ff;&#60;br /&#62;
}&#60;br /&#62;
.boxed #wrap_all{&#60;br /&#62;
border-color:#0003dd;&#60;br /&#62;
}&#60;br /&#62;
html, body{&#60;br /&#62;
background-image:url(http://localhost/wp-content/uploads/2011/09/clear.png);&#60;br /&#62;
}&#60;br /&#62;
html, body{&#60;br /&#62;
background-position:top center;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;As you can see above, I tried to cheat by having a transparent PNG as the background image you set in the Layout &#38;amp; Settings section of Corona Theme Options so that way you could see the images BB plugin puts in the background. That didn’t work because the Background color is always there (even if you don’t pick a Background color in Corona Theme Options, you get a dark grey one).&#60;/p&#62;
&#60;p&#62;So my question is, in which file and part resides the lines of code that specify the background color and background image you set in the Layout &#38;amp; Settings section of Corona Theme Options ?&#60;/p&#62;
&#60;p&#62;Hope I was clear enough
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
