<?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: change background colour of heading/search bar to transparent</title>
		<link>http://www.kriesi.at/support/topic/change-background-colour-of-headingsearch-bar-to-transparent</link>
		<description>Support Forum - Topic: change background colour of heading/search bar to transparent</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 18:33:34 +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/change-background-colour-of-headingsearch-bar-to-transparent" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "change background colour of heading/search bar to transparent"</title>
			<link>http://www.kriesi.at/support/topic/change-background-colour-of-headingsearch-bar-to-transparent#post-87827</link>
			<pubDate>Wed, 12 Dec 2012 15:08:34 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87827@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Ismael could help :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webWahine on "change background colour of heading/search bar to transparent"</title>
			<link>http://www.kriesi.at/support/topic/change-background-colour-of-headingsearch-bar-to-transparent#post-87661</link>
			<pubDate>Tue, 11 Dec 2012 18:39:16 +0000</pubDate>
			<dc:creator>webWahine</dc:creator>
			<guid isPermaLink="false">87661@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;perfect, and so simple! thank you; all is well; you are the best! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "change background colour of heading/search bar to transparent"</title>
			<link>http://www.kriesi.at/support/topic/change-background-colour-of-headingsearch-bar-to-transparent#post-87534</link>
			<pubDate>Tue, 11 Dec 2012 01:45:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87534@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi webWahine,&#60;/p&#62;
&#60;p&#62;Kindly add this code in Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.title_container .breadcrumb {
   display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will hide the breadcrumbs. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webWahine on "change background colour of heading/search bar to transparent"</title>
			<link>http://www.kriesi.at/support/topic/change-background-colour-of-headingsearch-bar-to-transparent#post-87521</link>
			<pubDate>Mon, 10 Dec 2012 23:59:46 +0000</pubDate>
			<dc:creator>webWahine</dc:creator>
			<guid isPermaLink="false">87521@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi ismael&#60;/p&#62;
&#60;p&#62;that worked, thanks - so lastly i'd like to hide just the breacrumbs in the 'heading + search &#38;amp; breacrumbs' element in the template builder&#60;/p&#62;
&#60;p&#62;i assume it needs to be some commented or modified php - please advise&#60;/p&#62;
&#60;p&#62;thanks again! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "change background colour of heading/search bar to transparent"</title>
			<link>http://www.kriesi.at/support/topic/change-background-colour-of-headingsearch-bar-to-transparent#post-87130</link>
			<pubDate>Sun, 09 Dec 2012 06:47:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87130@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jodi,&#60;/p&#62;
&#60;p&#62;Try to add this code on your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (min-width: 960px) {
	.stretch_full.title_container {
		background: rgba(255, 255, 255, 0.4);
		position: absolute;
		left: 0;
		top: -67px;
	}

	#main &#38;gt; div.container {
		margin-top: 97px;
		overflow: visible;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If the style is being overwritten, just add the !important. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webWahine on "change background colour of heading/search bar to transparent"</title>
			<link>http://www.kriesi.at/support/topic/change-background-colour-of-headingsearch-bar-to-transparent#post-87097</link>
			<pubDate>Sat, 08 Dec 2012 18:26:31 +0000</pubDate>
			<dc:creator>webWahine</dc:creator>
			<guid isPermaLink="false">87097@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi ismael&#60;/p&#62;
&#60;p&#62;thanks, i did try that and it worked but once i set the opacity to 40% it didn't reveal the header image underneath - what's the trick to have that showing, if possible? thanks, jodi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "change background colour of heading/search bar to transparent"</title>
			<link>http://www.kriesi.at/support/topic/change-background-colour-of-headingsearch-bar-to-transparent#post-87009</link>
			<pubDate>Sat, 08 Dec 2012 03:15:20 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87009@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The whole container has a white background. You can't set opacity on the header alone. Try this on your custom.css to see what I'm talking about. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.container {
background: none;
}

.stretch_full.title_container {
background: rgba(255, 255, 255, 0.6)!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webWahine on "change background colour of heading/search bar to transparent"</title>
			<link>http://www.kriesi.at/support/topic/change-background-colour-of-headingsearch-bar-to-transparent#post-87000</link>
			<pubDate>Fri, 07 Dec 2012 23:24:30 +0000</pubDate>
			<dc:creator>webWahine</dc:creator>
			<guid isPermaLink="false">87000@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;me again&#60;/p&#62;
&#60;p&#62;i just tried an opacity setting in the css and it's not revealing the image underneath so i guess i still need to know how to play with that, please :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webWahine on "change background colour of heading/search bar to transparent"</title>
			<link>http://www.kriesi.at/support/topic/change-background-colour-of-headingsearch-bar-to-transparent#post-86999</link>
			<pubDate>Fri, 07 Dec 2012 23:20:12 +0000</pubDate>
			<dc:creator>webWahine</dc:creator>
			<guid isPermaLink="false">86999@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok, so i found it with firebug (must have been tired); it's here:&#60;/p&#62;
&#60;p&#62;#top .stretch_full.title_container {&#60;br /&#62;
	background-color: #FF3300;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;however, this is a very small site so i don't really need the breadcrumbs - how do i hide just the breadcrumbs when i am using the 'heading plus search bar &#38;amp; breadcrumb' element in the template builder, please&#60;/p&#62;
&#60;p&#62;thanks again, jodi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webWahine on "change background colour of heading/search bar to transparent"</title>
			<link>http://www.kriesi.at/support/topic/change-background-colour-of-headingsearch-bar-to-transparent#post-86869</link>
			<pubDate>Fri, 07 Dec 2012 01:41:08 +0000</pubDate>
			<dc:creator>webWahine</dc:creator>
			<guid isPermaLink="false">86869@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi there&#60;/p&#62;
&#60;p&#62;here is my working site:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://burrardlanding.com/&#34; rel=&#34;nofollow&#34;&#62;http://burrardlanding.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;pwd - **removed by support**&#60;/p&#62;
&#60;p&#62;i really like the positioning of the header and search indented up into the header background images, but i know that the client is going to want to see the whole image so i'd like to style it so that the header with page title and search is transparent (or at least shows an alpha value), ie, the title_container&#60;/p&#62;
&#60;p&#62;i would then like to style the title text to be white, which i can see in firebug, but i'm not sure about where that background colour is being called&#60;/p&#62;
&#60;p&#62;please advise&#60;/p&#62;
&#60;p&#62;thanks, again, jodi&#60;/p&#62;
&#60;p&#62;ps - i purchased a theme by another developer off themeForest and after days of frustration and a very buggy theme i came back to kriesi, because your themes are technically very solid, very well designed, and you always offer great support :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
