Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Issue With Ancestor Text Color (http://forum.bytesforall.com/showthread.php?t=12855)

jasontbedell Feb 17, 2011 08:32 AM

Issue With Ancestor Text Color
 
Hello,
I'm using this CSS from Juggledad. It lets me have a parent (ie About) stay highlighted when a child (ie beliefs) is clicked. However, it isn't letting the text color transfer. Would anyone be able to help? Thank you. WP. 3.0.5 and ATA 3.5.3.
Code:

li.current_page_item ul.rMenu-ver li a:link,
li.current_page_item ul.rMenu-ver li a:active,
li.current_page_item ul.rMenu-ver li a:visited,
li.current_page_item ul.rMenu-ver li,
li.current_page_item ul.rMenu-ver {
        background: #2a232b!important;
}

li.current_page_item ul.rMenu-ver li a:hover {
        background: #50442e!important;
}
li.current_page_ancestor  {
        color: #ffffff!important;
        background: #50442e!important;       
}



All times are GMT -6. The time now is 02:24 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.