Is this a menu styling bug?


I noticed that my parent menu item of child page that was defined in the Page structure (not the menu structure) didn't highlight as active when on the child page. BeTheme's style-colors.php is missing: #Top_bar .menu > li.current-page-ancestor > a within the following selection of CSS starting on line 217, here,

#Top_bar .menu > li.current-menu-item > a,
#Top_bar .menu > li.current_page_item > a,
#Top_bar .menu > li.current-menu-ancestor > a,
#Top_bar .menu > li.current_page_ancestor > a,
#Top_bar .menu > li.hover > a { 
color: #eb1c24; 
}


I hope that helps!

Comments

Sign In or Register to comment.