<?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: How do I make the header transparent?</title>
		<link>http://www.kriesi.at/support/topic/how-do-i-make-the-header-transparent</link>
		<description>Support Forum - Topic: How do I make the header transparent?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 12:29: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/how-do-i-make-the-header-transparent" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How do I make the header transparent?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-make-the-header-transparent#post-31618</link>
			<pubDate>Thu, 10 Nov 2011 07:54:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31618@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I think the solution is great. You shouldn't experience any conflicts, flaws, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demtnman on "How do I make the header transparent?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-make-the-header-transparent#post-31598</link>
			<pubDate>Thu, 10 Nov 2011 05:08:45 +0000</pubDate>
			<dc:creator>demtnman</dc:creator>
			<guid isPermaLink="false">31598@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK. I figured out a fix. I enclosed the slider php in header file in its own div class and then added css to that class and it worked.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
				&#38;lt;div class=&#34;hero&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php  	&#60;/p&#62;
&#60;p&#62;					//display slideshow big if one is available&#60;br /&#62;
					if(!empty($avia_config['slide_output'])) echo &#34;&#38;lt;div class='container slideshow_big'&#38;gt;&#34;.$avia_config['slide_output'].&#34;&#38;lt;/div&#38;gt;&#34;;	&#60;/p&#62;
&#60;p&#62;					//if we dont are located on the frontpage and if there is no big slideshow availabel display breadcrumb&#60;br /&#62;
					if(!is_front_page() &#38;amp;&#38;amp; empty($avia_config['slide_output']))&#60;br /&#62;
					{&#60;br /&#62;
						echo &#34;&#38;lt;div id='breadcrumb_wrapper' class='container'&#38;gt;&#34;;&#60;br /&#62;
						new avia_breadcrumb(array('delimiter' =&#38;gt; '/'));&#60;br /&#62;
						echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
					}&#60;br /&#62;
				?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;/div&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
Then I added style:&#60;/p&#62;
&#60;p&#62;.hero{&#60;br /&#62;
background-color:#ffffff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;All appears to work. Is this an okay fix or a hack that will cause me issues? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demtnman on "How do I make the header transparent?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-make-the-header-transparent#post-31596</link>
			<pubDate>Thu, 10 Nov 2011 04:45:43 +0000</pubDate>
			<dc:creator>demtnman</dc:creator>
			<guid isPermaLink="false">31596@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need help with this now. Since the slider is called from the header, the background of the slider is now transparent. Is there any way to address this? I really would like to have the header transparent, which I achieved as above, but then when I returned to my home page saw that the slider background is now also transparent. Can I contain the slider php code in its own div or span and then assign a background color? Any help is much appreciated.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demtnman on "How do I make the header transparent?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-make-the-header-transparent#post-31593</link>
			<pubDate>Thu, 10 Nov 2011 03:10:04 +0000</pubDate>
			<dc:creator>demtnman</dc:creator>
			<guid isPermaLink="false">31593@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It appears the header, even when assigned transparent, is inheriting the following on the minimum skin:&#60;/p&#62;
&#60;p&#62;#wrap_all, #main{ background: #fff; } &#60;/p&#62;
&#60;p&#62;I took out the #wrap_all from this and also kept the #header style noted in previous comment, and this worked.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demtnman on "How do I make the header transparent?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-make-the-header-transparent#post-31586</link>
			<pubDate>Thu, 10 Nov 2011 01:37:09 +0000</pubDate>
			<dc:creator>demtnman</dc:creator>
			<guid isPermaLink="false">31586@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks.&#60;br /&#62;
How about the overall header? After making these adjustments, I am left with white. I have checked Avia settings and tried&#60;br /&#62;
#header{ background:transparent;}&#60;/p&#62;
&#60;p&#62;thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I make the header transparent?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-make-the-header-transparent#post-31496</link>
			<pubDate>Wed, 09 Nov 2011 06:59:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31496@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can change the menu background color with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#header .container.main_menu {
    background: #fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and the submenu color with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#header .submenu {
    background: #000000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can add this code to css/custom.css or the quick css field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demtnman on "How do I make the header transparent?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-make-the-header-transparent#post-31405</link>
			<pubDate>Mon, 07 Nov 2011 20:24:17 +0000</pubDate>
			<dc:creator>demtnman</dc:creator>
			<guid isPermaLink="false">31405@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In Corona theme, how can I make the header transparent in boxed layout, while then keeping an assigned background color to the submenu div and the main menu container?&#60;br /&#62;
I want the tiled body background image to continue through the header with a transparent .png logo over it. I have moved down the main menu to be like tabs on the bottom edge of the header container wrap, which I will keep a certain background color.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
