<?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 color of top-Header, dont work</title>
		<link>http://www.kriesi.at/support/topic/change-background-color-of-top-header-dont-work</link>
		<description>Support Forum - Topic: Change background color of top-Header, dont work</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 12:55:19 +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-color-of-top-header-dont-work" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Change background color of top-Header, dont work"</title>
			<link>http://www.kriesi.at/support/topic/change-background-color-of-top-header-dont-work#post-30473</link>
			<pubDate>Wed, 26 Oct 2011 02:17:37 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30473@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Dude could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>carriercarrier on "Change background color of top-Header, dont work"</title>
			<link>http://www.kriesi.at/support/topic/change-background-color-of-top-header-dont-work#post-30411</link>
			<pubDate>Tue, 25 Oct 2011 11:16:48 +0000</pubDate>
			<dc:creator>carriercarrier</dc:creator>
			<guid isPermaLink="false">30411@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you! works great!!&#60;br /&#62;
// JOHN
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change background color of top-Header, dont work"</title>
			<link>http://www.kriesi.at/support/topic/change-background-color-of-top-header-dont-work#post-30070</link>
			<pubDate>Fri, 21 Oct 2011 05:13:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30070@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok - in your case you need to add the code to the child theme style.css file OR to the css/custom.css file located in the main theme folder (corona/css/custom.css): &#60;a href=&#34;http://www.carriercarrier.se/wordpress/wp-content/themes/corona/css/custom.css&#34; rel=&#34;nofollow&#34;&#62;http://www.carriercarrier.se/wordpress/wp-content/themes/corona/css/custom.css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The comment is important for opera - because of some reasons it acts strange if the website contains empty stylesheets. (no css code lines or comments).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>carriercarrier on "Change background color of top-Header, dont work"</title>
			<link>http://www.kriesi.at/support/topic/change-background-color-of-top-header-dont-work#post-30038</link>
			<pubDate>Thu, 20 Oct 2011 16:17:38 +0000</pubDate>
			<dc:creator>carriercarrier</dc:creator>
			<guid isPermaLink="false">30038@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
Ive tried but cant get it to work and now when I mmoved the &#34;footer code&#34; from the quicq CSS to custome.css it also dont work&#60;/p&#62;
&#60;p&#62;this is what it says on my corona Child: custom.css&#60;/p&#62;
&#60;p&#62;/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */&#60;/p&#62;
&#60;p&#62;#header .submenu {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#footer, #footer a, #socket, #footer_extra_text_div{&#60;br /&#62;
background-color: #F03F35 !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I also tried to add&#60;/p&#62;
&#60;p&#62;#header .submenu {&#60;br /&#62;
display: none !important;&#60;br /&#62;
}&#60;br /&#62;
 but still its not working&#60;/p&#62;
&#60;p&#62;One more thing!&#60;br /&#62;
What does this mean?&#60;/p&#62;
&#60;p&#62;.....At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */&#60;/p&#62;
&#60;p&#62;thanks&#60;br /&#62;
John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change background color of top-Header, dont work"</title>
			<link>http://www.kriesi.at/support/topic/change-background-color-of-top-header-dont-work#post-29996</link>
			<pubDate>Thu, 20 Oct 2011 11:16:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29996@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can change the header color with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#header .submenu {
    background: #000000;
    border-bottom: 7px solid #EEEEEE;
    color: #AAAAAA;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Put the code in css/custom.css. If you'd like to hide the header submenu use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#header .submenu {
display: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>carriercarrier on "Change background color of top-Header, dont work"</title>
			<link>http://www.kriesi.at/support/topic/change-background-color-of-top-header-dont-work#post-29966</link>
			<pubDate>Thu, 20 Oct 2011 07:28:59 +0000</pubDate>
			<dc:creator>carriercarrier</dc:creator>
			<guid isPermaLink="false">29966@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
I woulkd like to change the background color on the header (or remove the header - see other thread).&#60;br /&#62;
I have tried this code that I found here - I put it in the quik CSS and Im using a childtheme. It works with the footer.&#60;br /&#62;
What do I do wrong?&#60;/p&#62;
&#60;p&#62;kind regards&#60;/p&#62;
&#60;p&#62;John&#60;br /&#62;
&#60;a href=&#34;http://www.carriercarrier.se/wordpress&#34; rel=&#34;nofollow&#34;&#62;http://www.carriercarrier.se/wordpress&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;#top-header{&#60;br /&#62;
	background:-color:#F03F35;&#60;br /&#62;
}&#60;br /&#62;
#footer, #footer a, #socket, #footer_extra_text_div{&#60;br /&#62;
background-color: #F03F35 !important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
