<?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: set transparency to whole site or content area? PART 2</title>
		<link>http://www.kriesi.at/support/topic/set-transparency-to-whole-site-or-content-area-part-2</link>
		<description>Support Forum - Topic: set transparency to whole site or content area? PART 2</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 20:17:02 +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/set-transparency-to-whole-site-or-content-area-part-2" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "set transparency to whole site or content area? PART 2"</title>
			<link>http://www.kriesi.at/support/topic/set-transparency-to-whole-site-or-content-area-part-2#post-64840</link>
			<pubDate>Tue, 10 Jul 2012 20:11:38 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64840@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Always glad to help. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelteredinsound on "set transparency to whole site or content area? PART 2"</title>
			<link>http://www.kriesi.at/support/topic/set-transparency-to-whole-site-or-content-area-part-2#post-64819</link>
			<pubDate>Tue, 10 Jul 2012 19:23:18 +0000</pubDate>
			<dc:creator>shelteredinsound</dc:creator>
			<guid isPermaLink="false">64819@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Wonderful.  Thank you!  Case closed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "set transparency to whole site or content area? PART 2"</title>
			<link>http://www.kriesi.at/support/topic/set-transparency-to-whole-site-or-content-area-part-2#post-64794</link>
			<pubDate>Tue, 10 Jul 2012 17:59:39 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Hello,&#60;/p&#62;
&#60;p&#62;You can use this to remove the slider background.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top #slideshow_big {
background: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelteredinsound on "set transparency to whole site or content area? PART 2"</title>
			<link>http://www.kriesi.at/support/topic/set-transparency-to-whole-site-or-content-area-part-2#post-64776</link>
			<pubDate>Tue, 10 Jul 2012 17:14:20 +0000</pubDate>
			<dc:creator>shelteredinsound</dc:creator>
			<guid isPermaLink="false">64776@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome!  Very helpful.  I took the code and modified it a bit to remove the purple background.  I just wanted a transparent background anyway.  Now I just need to get rid of the background color for the title bar and main slideshow.  I tried to mess around with some code but can't seem to make it happen.  Below is the code I added beyond what you recommended. Suggestions?&#60;/p&#62;
&#60;p&#62;.container_wrap.main_color {&#60;br /&#62;
background: rgba(0, 0, 0, 0.0);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.container_wrap slideshow_color dark_bg_color title_container {&#60;br /&#62;
background: rgba(0, 0, 0, 0.0);&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "set transparency to whole site or content area? PART 2"</title>
			<link>http://www.kriesi.at/support/topic/set-transparency-to-whole-site-or-content-area-part-2#post-64752</link>
			<pubDate>Tue, 10 Jul 2012 16:09:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">64752@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey&#60;/p&#62;
&#60;p&#62;I'm not sure if this is what you mean but you can use rgba to add some opacity to a background color. So your header would be:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.header_color {
background: rgba(0, 0, 0, 0.4) url(http://ncreative.ca/sheltered/wp-content/uploads/2011/12/backgroundheadertest4.png) center center no-repeat scroll;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The partially transparent image however will always show through to the background color of the div its above or a part of. So for your main content area you have the purple background with the image repeating as well. The purple background is underneath the image and since the image is partially see through, you see through it to the purple background.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelteredinsound on "set transparency to whole site or content area? PART 2"</title>
			<link>http://www.kriesi.at/support/topic/set-transparency-to-whole-site-or-content-area-part-2#post-64749</link>
			<pubDate>Tue, 10 Jul 2012 15:54:06 +0000</pubDate>
			<dc:creator>shelteredinsound</dc:creator>
			<guid isPermaLink="false">64749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, there was a closed thread about changing the main content background area in &#34;choices&#34; to change opacity.  The solution provided was to create a semi-transparent graphic and use it as a background. Worked for the original client.  I've tried this and can't get it to work as the original background color comes through.  I want the background transparent so text, graphics (at 100% opacity) etc. are against the site background image.  This includes a transparent header too.  I checked out the reference site provided but still can't figure it out.  What am I missing here?&#60;/p&#62;
&#60;p&#62;Site is here:&#60;br /&#62;
&#60;a href=&#34;http://ncreative.ca/sheltered/&#34; rel=&#34;nofollow&#34;&#62;http://ncreative.ca/sheltered/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Transparent/semi-transparent graphic here:&#60;br /&#62;
&#60;a href=&#34;http://ncreative.ca/sheltered/wp-content/uploads/2011/12/clearhalf.png&#34; rel=&#34;nofollow&#34;&#62;http://ncreative.ca/sheltered/wp-content/uploads/2011/12/clearhalf.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;PS.  Great work on the theme and support!  I was hacking away on propulsion until choices was released.  Almost everything I wanted to change with propulsion!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
