<?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: Header Modification</title>
		<link>http://www.kriesi.at/support/topic/header-modification</link>
		<description>Support Forum - Topic: Header Modification</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 09:05: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/header-modification" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Header Modification"</title>
			<link>http://www.kriesi.at/support/topic/header-modification#post-85483</link>
			<pubDate>Tue, 27 Nov 2012 06:56:37 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">85483@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mjsoy714,&#60;/p&#62;
&#60;p&#62;Try adding this code in your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#header h1.logo {
   padding: 10px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mjsoy714 on "Header Modification"</title>
			<link>http://www.kriesi.at/support/topic/header-modification#post-85470</link>
			<pubDate>Tue, 27 Nov 2012 03:56:57 +0000</pubDate>
			<dc:creator>mjsoy714</dc:creator>
			<guid isPermaLink="false">85470@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I resize the header height
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Header Modification"</title>
			<link>http://www.kriesi.at/support/topic/header-modification#post-83826</link>
			<pubDate>Wed, 14 Nov 2012 07:23:11 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83826@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi southlakebap,&#60;/p&#62;
&#60;p&#62;Glad that you've fixed it. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>southlakebaptist on "Header Modification"</title>
			<link>http://www.kriesi.at/support/topic/header-modification#post-83779</link>
			<pubDate>Wed, 14 Nov 2012 02:40:05 +0000</pubDate>
			<dc:creator>southlakebaptist</dc:creator>
			<guid isPermaLink="false">83779@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Never mind, figured it out ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>southlakebaptist on "Header Modification"</title>
			<link>http://www.kriesi.at/support/topic/header-modification#post-83778</link>
			<pubDate>Wed, 14 Nov 2012 02:37:44 +0000</pubDate>
			<dc:creator>southlakebaptist</dc:creator>
			<guid isPermaLink="false">83778@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The Transparent worked great.   Thank you!!&#60;/p&#62;
&#60;p&#62;The only problem I see now, is the back of the menu, for example, hover over &#34;about&#34; at southlakebc.com  and you'll see it's black, how can I separate those out and assign specific colors?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Header Modification"</title>
			<link>http://www.kriesi.at/support/topic/header-modification#post-83745</link>
			<pubDate>Tue, 13 Nov 2012 21:02:39 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83745@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi southlakebaptist,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.boxed #header .container_wrap {
background: rgba(255, 255, 255, 0.2);
}

#wrap_all {
background-color: transparent;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The rgba is the RGB color with a Alpah trapnsparency of 0.2. You can adjust the 0.2 up to 1.0 to get the transparency you are looking for as well as change the color code to something other than white. Just make sure its RGB and not html or anything else.&#60;/p&#62;
&#60;p&#62;I believe the Alternate Content color scheme is for use when creating Templates with the Template Builder. They can be associated with at the very least the Slideshow element via a dropdown option on in that element.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>southlakebaptist on "Header Modification"</title>
			<link>http://www.kriesi.at/support/topic/header-modification#post-83682</link>
			<pubDate>Tue, 13 Nov 2012 16:57:23 +0000</pubDate>
			<dc:creator>southlakebaptist</dc:creator>
			<guid isPermaLink="false">83682@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to modify the header section, to be more of a transparent image or color... you can see what I currently have:&#60;br /&#62;
southlakebc.com&#60;/p&#62;
&#60;p&#62;Would like it to be darker, but show the background design through the header a little.&#60;/p&#62;
&#60;p&#62;Also, can you explain &#34;Alternate Content&#34; and when I would see those colors used? Is there a way to force sections to use those?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
