<?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: Main menu items active while on child and grandchild pages</title>
		<link>http://www.kriesi.at/support/topic/main-menu-li-items-active-while-on-child-and-gradnchild-pages</link>
		<description>Support Forum - Topic: Main menu items active while on child and grandchild pages</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 09:21:31 +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/main-menu-li-items-active-while-on-child-and-gradnchild-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>vibeGirl on "Main menu items active while on child and grandchild pages"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-li-items-active-while-on-child-and-gradnchild-pages#post-44099</link>
			<pubDate>Wed, 29 Feb 2012 21:17:52 +0000</pubDate>
			<dc:creator>vibeGirl</dc:creator>
			<guid isPermaLink="false">44099@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, I have added your initial CSS code to custom.css in order to change the active link color but it's not working for me. I tested in a different browser to be sure it's not a cache thing... but the active link is still showing as the secondary color.&#60;/p&#62;
&#60;p&#62;Would you take a look to see what I might be missing?&#60;/p&#62;
&#60;p&#62;The site is at: &#60;a href=&#34;http://liga.ca/&#34; rel=&#34;nofollow&#34;&#62;http://liga.ca/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Heather
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Main menu items active while on child and grandchild pages"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-li-items-active-while-on-child-and-gradnchild-pages#post-34461</link>
			<pubDate>Fri, 09 Dec 2011 18:05:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">34461@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that it works now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Main menu items active while on child and grandchild pages"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-li-items-active-while-on-child-and-gradnchild-pages#post-34424</link>
			<pubDate>Fri, 09 Dec 2011 11:43:26 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">34424@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I got it ... I have just copy&#38;amp;paste your code and have not seen, that there is a &#34;hover&#34; in it; I changed it to &#34;active&#34; and then ... tatatataaaa ... it works like a charm!&#60;/p&#62;
&#60;p&#62;Thanks, Dude!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Main menu items active while on child and grandchild pages"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-li-items-active-while-on-child-and-gradnchild-pages#post-34423</link>
			<pubDate>Fri, 09 Dec 2011 11:37:14 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">34423@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, but what do you mean with &#34;custom menu&#34;?&#60;/p&#62;
&#60;p&#62;I already have two menu made with the menu manager:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i39.tinypic.com/2jb70ht.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i39.tinypic.com/2jb70ht.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and this is the head of my site (still offline):&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i42.tinypic.com/b7xglv.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i42.tinypic.com/b7xglv.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've used your code above, but it doesn't work. Have I misunderstood something?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Main menu items active while on child and grandchild pages"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-li-items-active-while-on-child-and-gradnchild-pages#post-34370</link>
			<pubDate>Fri, 09 Dec 2011 07:15:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">34370@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.submenu .menu li.current_page_item a, .submenu .menu li.current_page_item a:hover{
color:#d59cb4 !important;
text-decoration: underline;
}

.submenu .menu li a:hover{
color:#d59cb4 !important;
text-decoration: underline;
}

.submenu .menu li.current-menu-parent a, .submenu .menu li.current-menu-parent a:hover{
color:#d59cb4 !important;
text-decoration: underline;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;however this solution requires a &#34;custom menu&#34; (you can build it with the menu manager - Appearance &#38;gt; Menus).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Main menu items active while on child and grandchild pages"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-li-items-active-while-on-child-and-gradnchild-pages#post-34145</link>
			<pubDate>Wed, 07 Dec 2011 14:41:55 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">34145@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;this code works fine. But I need this for the &#60;strong&#62;submenu&#60;/strong&#62;, too.&#60;/p&#62;
&#60;p&#62;Screenshot of my site:&#60;br /&#62;
&#60;a href=&#34;http://i41.tinypic.com/dmp9gp.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i41.tinypic.com/dmp9gp.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have tried this CSS without success:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
#header .submenu a:active {&#60;br /&#62;
color:#d59cb4 !important;&#60;br /&#62;
text-decoration: underline;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and alternatively this&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
.submenu .menu li a:active {&#60;br /&#62;
color:#d59cb4 !important;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;None of them is working. I would like to have an &#60;strong&#62;active link color, when I am at one of these subpages from this submenu.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Hovering is working with this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
#header .submenu a:hover{&#60;br /&#62;
color:#f2f6fa;&#60;br /&#62;
text-decoration: underline;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;but I don't get it to work with the &#60;strong&#62;active link color&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;Could someone help me please? Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Main menu items active while on child and grandchild pages"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-li-items-active-while-on-child-and-gradnchild-pages#post-31713</link>
			<pubDate>Fri, 11 Nov 2011 21:21:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31713@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
use following css code (in css/custom.css) and adjust the color values:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.current-menu-item a {
color: #444444;
}

.main_menu li.current-menu-parent a, .main_menu li.current-menu-ancestor a{
    color: #777777 !important; /* highlight color */
}

.main_menu li.current-menu-parent ul li.current-menu-item a, .main_menu li.current-menu-ancestor ul li.current-menu-item a {
    color: #777777 !important; /* highlight color */
}

.main_menu li.current-menu-parent ul li a, .main_menu li.current-menu-ancestor ul li a {
    color: #444444  !important; /* default nav link color */
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>demtnman on "Main menu items active while on child and grandchild pages"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-li-items-active-while-on-child-and-gradnchild-pages#post-31693</link>
			<pubDate>Fri, 11 Nov 2011 11:26:17 +0000</pubDate>
			<dc:creator>demtnman</dc:creator>
			<guid isPermaLink="false">31693@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have added hover and active effects to the items on the main menu. I would like them to also show active while on their subpages. I have created the pages to be children and grandchildren of the menu items. Would you mind helping me with the CSS to assign this?&#60;br /&#62;
Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
