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

		<item>
			<title>Dude on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-28450</link>
			<pubDate>Mon, 03 Oct 2011 05:36:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28450@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you found a solution :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-28397</link>
			<pubDate>Sun, 02 Oct 2011 13:14:50 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">28397@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yeeeeeeeeeeeeeeeeeeeeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh!&#60;br /&#62;
finally i got this problem solved:&#60;/p&#62;
&#60;p&#62;i simply added the following snipped the style1.css&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.single li#menu-item-91 a {color:#fff;}
.single li#menu-item-91 a span{color:#8bbf00;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;works like a charm. take a look at the blog-page &#60;a href=&#34;http://www.mathemitnullplan.de/neuigkeiten&#34; rel=&#34;nofollow&#34;&#62;http://www.mathemitnullplan.de/neuigkeiten&#60;/a&#62; and click any post you want.&#60;br /&#62;
the blog menu-item in the navigation keeps on being highlighted.&#60;br /&#62;
if you want to use this too, make sure to find the right number of the div-id that links to your blog. mine is 91 yours might be different.&#60;/p&#62;
&#60;p&#62;best regards&#60;br /&#62;
thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-28396</link>
			<pubDate>Sun, 02 Oct 2011 13:01:31 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">28396@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i found out another interessting thing.&#60;/p&#62;
&#60;p&#62;letting everything like it is and adding the following snippet into the style1.css&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.single li a {color:#fff;}
.single li a span{color:#8bbf00;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;changes all the menu items without using if then else double wobble menues in the header.&#60;/p&#62;
&#60;p&#62;if we can now get the only menu-item-91 using the css this topic should be solved
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-28395</link>
			<pubDate>Sun, 02 Oct 2011 12:46:37 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">28395@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks for the answer, but can you be a little more precise.&#60;br /&#62;
what is the exact code to enter in the header.php.&#60;/p&#62;
&#60;p&#62;and will it really work? i tried it with 'menu_class' =&#38;gt; 'nav blog' and the thing is that every menu item gets highlighted.&#60;br /&#62;
which is logical because the code above means that every menu item gets the class &#34;blog&#34; in addition.&#60;br /&#62;
maybe the correct solution will be to give the navigation element (menu-item-91 = my blog) a conditional class.&#60;br /&#62;
how can you achieve this goal?&#60;/p&#62;
&#60;p&#62;best regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-28361</link>
			<pubDate>Sun, 02 Oct 2011 02:16:46 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28361@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can modifty it to be like this:&#60;br /&#62;
&#60;code&#62;&#38;#39;menu_class&#38;#39; =&#38;gt; &#38;#39;nav blog&#38;#39;&#60;/code&#62;&#60;br /&#62;
This way your menu will be classed as both nav and blog and can therefore be styled with &#34;.nav .blog&#34;&#60;br /&#62;
You should be able to do it by using the your if statement to either display&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// Menu Controlled by the Backend
        wp_nav_menu( array( &#38;#39;menu&#38;#39; =&#38;gt; &#38;#39;First&#38;#39;, &#38;#39;menu_class&#38;#39; =&#38;gt; &#38;#39;nav&#38;#39;, &#38;#39;echo&#38;#39; =&#38;gt; true,
	&#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;displayfallbackSlider&#38;#39;, &#38;#39;before&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;after&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;link_before&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;link_after&#38;#39; =&#38;gt; &#38;#39;&#38;#39;,
	&#38;#39;depth&#38;#39; =&#38;gt; 0, &#38;#39;context&#38;#39; =&#38;gt; &#38;#39;frontend&#38;#39;,  &#38;#39;walker&#38;#39; =&#38;gt; new description_walker() ));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// Menu Controlled by the Backend
	wp_nav_menu( array( &#38;#39;menu&#38;#39; =&#38;gt; &#38;#39;First&#38;#39;, &#38;#39;menu_class&#38;#39; =&#38;gt; &#38;#39;nav blog&#38;#39;, &#38;#39;echo&#38;#39; =&#38;gt; true,
	&#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;displayfallbackSlider&#38;#39;, &#38;#39;before&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;after&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;link_before&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;link_after&#38;#39; =&#38;gt; &#38;#39;&#38;#39;,
	&#38;#39;depth&#38;#39; =&#38;gt; 0, &#38;#39;context&#38;#39; =&#38;gt; &#38;#39;frontend&#38;#39;,  &#38;#39;walker&#38;#39; =&#38;gt; new description_walker() ));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So you'd do something like: if you're on a single page you'd display menu x else you'd display menu y.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-28267</link>
			<pubDate>Fri, 30 Sep 2011 08:27:01 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">28267@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i think i found a solution but i need some advice.&#60;br /&#62;
couldn't it be solved by adding a conditional class to the blog menu item when show a single article.&#60;br /&#62;
and then use .blog in the style.css to highlight the menu-item?&#60;/p&#62;
&#60;p&#62;but i don't know how to connect&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if (is_single()) { ?&#38;gt; class=&#38;quot;blog&#38;quot;
&#38;lt;?php }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;wp_nav_menu( array( &#38;#39;menu&#38;#39; =&#38;gt; &#38;#39;First&#38;#39;, &#38;#39;menu_class&#38;#39; =&#38;gt; &#38;#39;nav&#38;#39;, &#38;#39;echo&#38;#39; =&#38;gt; true,
	&#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;displayfallbackSlider&#38;#39;, &#38;#39;before&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;after&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;link_before&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;link_after&#38;#39; =&#38;gt; &#38;#39;&#38;#39;,
	&#38;#39;depth&#38;#39; =&#38;gt; 0, &#38;#39;context&#38;#39; =&#38;gt; &#38;#39;frontend&#38;#39;,  &#38;#39;walker&#38;#39; =&#38;gt; new description_walker() ));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;best regards&#60;br /&#62;
thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27844</link>
			<pubDate>Mon, 26 Sep 2011 12:50:50 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27844@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey dude&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .nav .current-post-ancestor a{color:#fff;}
#top .nav .current-post-ancestor a span{color:#8bbf00;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;works but whenever i go to the portfolio site the blog menu item is highlighted too.&#60;br /&#62;
how do i exlude the portefolio category from this behaviour.&#60;/p&#62;
&#60;p&#62;best regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27833</link>
			<pubDate>Mon, 26 Sep 2011 07:35:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27833@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes but it doesn't work nevertheless. The problem is that wp doesn't know which categories are part of the blog. It would require a custom function which determines all blog categories, all posts which are part of the blog and based on the result it checks if certain menu classes are required/can be set or not. Another solution would be to work with http referer but it's a very case sensitive solution too. The only &#34;easy&#34; solution is to display an archive instead of the blog page because you can use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.current-post-ancestor {

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;afterwards. The drawback is that you can display one category as blog only instead of severals or all (Display's blog page). It doesn't help to &#34;hardcode&#34; classes like &#34;current-menu-parent&#34; because WordPress needs to decide dynamically which classes are required and which not.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27819</link>
			<pubDate>Mon, 26 Sep 2011 06:59:56 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27819@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey dude i was thinking i found the solution to keep the blog menu item highlighted when reading a single post.&#60;br /&#62;
into the wordpress 3 menu manager and tick show advanced settings.&#60;br /&#62;
then you can add css-classes to each item of the menu.&#60;br /&#62;
i add&#60;br /&#62;
&#60;code&#62;current-menu-parent&#60;/code&#62;&#60;br /&#62;
to the site that links to your blog.&#60;/p&#62;
&#60;p&#62;but it keeps highlighting it consistantly even when i am at another page&#60;/p&#62;
&#60;p&#62;i put the current hover effect to a new thread:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27679</link>
			<pubDate>Fri, 23 Sep 2011 22:39:31 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27679@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;how about this tutorial for the new menu system:&#60;br /&#62;
&#60;a href=&#34;http://www.designisphilosophy.com/tutorials/highlight-current-page-or-category/&#34; rel=&#34;nofollow&#34;&#62;http://www.designisphilosophy.com/tutorials/highlight-current-page-or-category/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;any news for the hover parent effect?&#60;br /&#62;
best regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27641</link>
			<pubDate>Fri, 23 Sep 2011 12:45:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27641@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The tutorial: &#60;a href=&#34;http://www.vanseodesign.com/wordpress/hightlight-current-page-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.vanseodesign.com/wordpress/hightlight-current-page-wordpress/&#60;/a&#62; refers to the old wp_list_page function which was used before wp3 intoduced custom menus. Display uses: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_nav_menu&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_nav_menu&#60;/a&#62; to generate the menus - unfortunately this tutorial is useless.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27617</link>
			<pubDate>Fri, 23 Sep 2011 08:11:02 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27617@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks for the information.&#60;br /&#62;
i found &#60;a href=&#34;http://www.vanseodesign.com/wordpress/hightlight-current-page-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.vanseodesign.com/wordpress/hightlight-current-page-wordpress/&#60;/a&#62;&#60;br /&#62;
which tells you that it works, but i don't know where to implement the code snippet for the menu.&#60;/p&#62;
&#60;p&#62;very last question for this whole subject.&#60;br /&#62;
when hovering to a subpage (e.g. analysis) is it possible to keep the parent.page (buchvorstellung) highlighted?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27590</link>
			<pubDate>Fri, 23 Sep 2011 05:12:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm sorry - there's no class which highlights the blog page of a post. I.e. it's not possible to highlight &#34;Blog&#34; while you're on &#34;neuauflage&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27562</link>
			<pubDate>Thu, 22 Sep 2011 16:54:51 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27562@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;okay, last thing ;-)&#60;br /&#62;
how can you get this behaviour working with post?&#60;br /&#62;
whenever i show a simple post from the blog category i'd like to highlight the menu item that links to the blog.&#60;br /&#62;
ir tried&#60;br /&#62;
&#60;code&#62;.nav .current-post-parent a {color:#fff;}&#60;/code&#62;&#60;br /&#62;
with no result.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27555</link>
			<pubDate>Thu, 22 Sep 2011 16:35:36 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27555@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;allright, i got this one!&#60;br /&#62;
to highlight the parent menu item from a subpage enter the following code in your style.css or style1/2/3.css&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.nav .current-menu-parent a {color:#fff;} /* main menu */&#38;lt;br /&#38;gt;
.nav .current-menu-parent a span {color:#8bbf00;} /* main menu description */&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27549</link>
			<pubDate>Thu, 22 Sep 2011 14:42:56 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27549@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;.nav .current-menu-ancestors a span {color: #fff;}&#60;/p&#62;
&#60;p&#62;does not work - any other ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27536</link>
			<pubDate>Thu, 22 Sep 2011 10:41:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27536@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.nav .current-menu-ancestors a span {color: #fff;}

#top .nav li ul a {
width: 130px;
}

#top .nav ul {
    width: 152px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27529</link>
			<pubDate>Thu, 22 Sep 2011 09:43:58 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27529@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;and how do i change the width of the submenu to 130px?&#60;br /&#62;
best regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27528</link>
			<pubDate>Thu, 22 Sep 2011 08:49:46 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27528@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;for the little i-dot,&#60;/p&#62;
&#60;p&#62;how can i change the behaviour of the submenus according to there parrent page?&#60;br /&#62;
i'd like to highlight the main menu item when you are at a sub.page so that you know in which menu point of the site you are.&#60;br /&#62;
i tried something with&#60;/p&#62;
&#60;p&#62;.nav li ul.current-menu-ancestors a {color: #fff;}&#60;/p&#62;
&#60;p&#62;but this won't work
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27526</link>
			<pubDate>Thu, 22 Sep 2011 07:47:07 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27526@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i tried this and it works for fine for the main menu.&#60;br /&#62;
to get it changed for the description also you have to enter the following snipped in the style1.css:&#60;/p&#62;
&#60;p&#62;.nav .current-menu-item a, .nav li a:hover{color:#fff;}                                 /* main menu */&#60;br /&#62;
.nav li a:hover span, .nav .current-menu-item a span{color: #8bbf00;}         /* main menu description */&#60;/p&#62;
&#60;p&#62;thanks dude!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27507</link>
			<pubDate>Thu, 22 Sep 2011 05:33:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27507@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Instead of:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.nav .currentli_item a, .nav li a:hover{
color:#fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.nav .current-menu-item a, .nav li a:hover{
color:#fff;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27485</link>
			<pubDate>Wed, 21 Sep 2011 12:45:11 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27485@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;since i only want to change the hover for the little span i insert the following code into the style1.css.&#60;/p&#62;
&#60;p&#62;.nav li a:hover span, .nav li .current_page_item a span{color: #8bbf00;}&#60;/p&#62;
&#60;p&#62;this is working for hovering.&#60;br /&#62;
but now the currentpage is not logged in the menu. even the white main description is shown grey.&#60;br /&#62;
how do i make them react right?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27471</link>
			<pubDate>Wed, 21 Sep 2011 10:24:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27471@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use following code in style1/2/3.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.nav li a:hover, .nav li a:hover span, .nav li .current_page_item a span{
color: #fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change the color value of course :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "change menu description color"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-description-color#post-27360</link>
			<pubDate>Mon, 19 Sep 2011 23:44:45 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i was woundering how to chang the menu description color (the little subline from a main point).&#60;br /&#62;
i'd like to have the current and the hover the same color and the nonactive one always black.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
