<?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: Every Side different color?</title>
		<link>http://www.kriesi.at/support/topic/every-side-different-color</link>
		<description>Support Forum - Topic: Every Side different color?</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 02:40:24 +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/every-side-different-color" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Every Side different color?"</title>
			<link>http://www.kriesi.at/support/topic/every-side-different-color#post-65213</link>
			<pubDate>Thu, 12 Jul 2012 15:43:48 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">65213@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi rfarthofer,&#60;/p&#62;
&#60;p&#62;You should be able to accomplish through CSS. The downside is you have you're going have to specify the pages the color changes need to take place on so this could be tedious if you have a lot of pages. That said, try adding this to your custom.css or Quick CSS.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body.home #header {
    border-color: #2D5C88;
}

body.home #top .feedback_button {
    background-color: #2D5C88;
    border-color: #2D5C88;
    color: #FFFFFF;
}

body.home .footer_color, body.home .socket_color {
    background-color: #2D5C88;
    color: #FFFFFF;
}

body.home .header_color .main_menu ul:first-child &#38;gt; li &#38;gt; a, body.home #top .header_color .main_menu .menu ul .current_page_item &#38;gt; a, body.home #top .header_color .main_menu .menu ul .current-menu-item &#38;gt; a {
    color: #333333;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Notice the body.home in front of each declaration? That tells the browser to render the color only on the homepage. If you want to do one of the subpages then you need to use this instead.&#60;/p&#62;
&#60;p&#62;body.page-id-##&#60;/p&#62;
&#60;p&#62;The ## would need to be replaced with the ID of your page. You can find the ID of your by page going to the &#34;Pages&#34; tab in your Dashboard, clicking on the page then copying the number you find in the URL after the &#34;post=&#34;.&#60;/p&#62;
&#60;p&#62;Example:&#60;br /&#62;
&#60;code&#62;&#60;a href=&#34;http://yourdomain.com/choices/wp-admin/post.php?post=2&#38;amp;action=edit&#34; rel=&#34;nofollow&#34;&#62;http://yourdomain.com/choices/wp-admin/post.php?post=2&#38;amp;action=edit&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now to use the same color for multiple pages you would do something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body.page-id-2 #header,
body.page-id-194 #header  {
    border-color: #2D5C88;
}

body.page-id-2 #top .feedback_button,
body.page-id-194 #top .feedback_button {
    background-color: #2D5C88;
    border-color: #2D5C88;
    color: #FFFFFF;
}

body.page-id-2 .footer_color, body.page-id-2 .socket_color,
body.page-id-194 .footer_color, body.page-id-194 .socket_color {
    background-color: #2D5C88;
    color: #FFFFFF;
}

body.page-id-2 .header_color .main_menu ul:first-child &#38;gt; li &#38;gt; a, body.page-id-2 #top .header_color .main_menu .menu ul .current_page_item &#38;gt; a, body.page-id-2 #top .header_color .main_menu .menu ul .current-menu-item &#38;gt; a,
body.page-id-194 .header_color .main_menu ul:first-child &#38;gt; li &#38;gt; a, body.page-id-194 #top .header_color .main_menu .menu ul .current_page_item &#38;gt; a, body.page-id-194 #top .header_color .main_menu .menu ul .current-menu-item &#38;gt; a {
    color: #333333;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rfarthofer on "Every Side different color?"</title>
			<link>http://www.kriesi.at/support/topic/every-side-different-color#post-65205</link>
			<pubDate>Thu, 12 Jul 2012 14:58:21 +0000</pubDate>
			<dc:creator>rfarthofer</dc:creator>
			<guid isPermaLink="false">65205@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Base Scheme of Color:&#60;br /&#62;
&#60;a href=&#34;http://www.christinesinabell.at/Base.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.christinesinabell.at/Base.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The needed Variation of Color (just for this Page ... and 2 other Colors for 2 other Pages):&#60;br /&#62;
&#60;a href=&#34;http://www.christinesinabell.at/Variation.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.christinesinabell.at/Variation.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Every Side different color?"</title>
			<link>http://www.kriesi.at/support/topic/every-side-different-color#post-65197</link>
			<pubDate>Thu, 12 Jul 2012 14:31:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">65197@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I think the Choices' layout don't have this capability unless you alter or add some divs. Can you give us a screenshot on what you are meaning to do?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rfarthofer on "Every Side different color?"</title>
			<link>http://www.kriesi.at/support/topic/every-side-different-color#post-65185</link>
			<pubDate>Thu, 12 Jul 2012 13:34:01 +0000</pubDate>
			<dc:creator>rfarthofer</dc:creator>
			<guid isPermaLink="false">65185@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;is ist possible to change the colorscheme with every side?&#60;br /&#62;
in my situation, there is one base color for all ... and 3 different colors for 3 different sides.&#60;/p&#62;
&#60;p&#62;what is to do?&#60;/p&#62;
&#60;p&#62;best regards from vienna,&#60;br /&#62;
robert
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
