<?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: Menu colour</title>
		<link>http://www.kriesi.at/support/topic/menu-colour</link>
		<description>Support Forum - Topic: Menu colour</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 00:33:14 +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/menu-colour" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Menu colour"</title>
			<link>http://www.kriesi.at/support/topic/menu-colour#post-30023</link>
			<pubDate>Thu, 20 Oct 2011 14:22:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - that's why Kriesi added this field. However it has some drawbacks - two of them:&#60;/p&#62;
&#60;p&#62;1) The code is saved in your database - so if you transfer the files, etc. you need to copy/paste the changes into a text file and transfer this text file.&#60;/p&#62;
&#60;p&#62;2) Because the field is very small it's hard to edit the text. The result is that you need a text editor and copy/paste again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GreystoneTech on "Menu colour"</title>
			<link>http://www.kriesi.at/support/topic/menu-colour#post-30013</link>
			<pubDate>Thu, 20 Oct 2011 13:40:18 +0000</pubDate>
			<dc:creator>GreystoneTech</dc:creator>
			<guid isPermaLink="false">30013@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found the &#34;easiest&#34; way to accomplish this... and maybe this is what you guys meant all along, and I just lacked the understanding... anyway.&#60;/p&#62;
&#60;p&#62;In the &#34;dashboard&#34; area, under &#34;Coalition Theme Options,&#34; select &#34;Layout and Styling&#34; I add the above code, with my color selection changes, into the &#34;Quick CSS&#34; box, hit &#34;save all changes&#34; and it was job done.&#60;/p&#62;
&#60;p&#62;From my previous understanding, I believed I actually had to open up the custom.css file, edit it and then re-upload it to the site... &#60;/p&#62;
&#60;p&#62;This way was much easier.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Menu colour"</title>
			<link>http://www.kriesi.at/support/topic/menu-colour#post-29691</link>
			<pubDate>Mon, 17 Oct 2011 23:36:27 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
yes, adding snippets to custom.css should overwrite the standard style.css file. (With some exceptions that aren't important in this case)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GreystoneTech on "Menu colour"</title>
			<link>http://www.kriesi.at/support/topic/menu-colour#post-29668</link>
			<pubDate>Mon, 17 Oct 2011 15:50:12 +0000</pubDate>
			<dc:creator>GreystoneTech</dc:creator>
			<guid isPermaLink="false">29668@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just to clarify the steps... having seen the &#34;please dont' edit this document&#34; warnings on the style.css file, I simply add that snippet of code above to the &#34;custom&#34; .css file, and that will override the settings found in the style.css file?&#60;/p&#62;
&#60;p&#62;Any further clarification of steps would be helpful... I'm a bit of a n00b...&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
G
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Menu colour"</title>
			<link>http://www.kriesi.at/support/topic/menu-colour#post-27464</link>
			<pubDate>Wed, 21 Sep 2011 09:15:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27464@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>microsun on "Menu colour"</title>
			<link>http://www.kriesi.at/support/topic/menu-colour#post-27463</link>
			<pubDate>Wed, 21 Sep 2011 09:00:42 +0000</pubDate>
			<dc:creator>microsun</dc:creator>
			<guid isPermaLink="false">27463@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you dude! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Menu colour"</title>
			<link>http://www.kriesi.at/support/topic/menu-colour#post-26927</link>
			<pubDate>Wed, 14 Sep 2011 07:24:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">26927@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
add following code to css/custom.css (the first code snippet is for the current item, the other one effects all other menu links):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu a:hover, #top .main_menu .current-menu-item &#38;gt; a, .main_menu .current_page_item &#38;gt; a {
    color: #FFFFFF;
}

.main_menu .section-home.current-menu-item a, .section-home .section_bg{
    background-color: #32333D;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;div .main_menu a{
color:#444;
}

.main_menu a:hover, .main_menu .current-menu-item&#38;gt;a, .main_menu .current_page_item&#38;gt;a{
background-color:#444;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can adjust the color values :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>microsun on "Menu colour"</title>
			<link>http://www.kriesi.at/support/topic/menu-colour#post-26866</link>
			<pubDate>Tue, 13 Sep 2011 13:27:57 +0000</pubDate>
			<dc:creator>microsun</dc:creator>
			<guid isPermaLink="false">26866@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;how can i change the menu colours (BG/Font...) of the main menu. my theme is the Coalition Theme (i like it!!)&#60;/p&#62;
&#60;p&#62;Thanx
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
