Hello,

I noticed the active menu is not differentiated, would be nice to give it a shade.

Comments

giorgio79’s picture

Title: Highlight / differentiate active menu in the menu bar » Highlight / differentiate active menu in the menu bar for homepage

It works for menus that are not the homepage, but if I set one of the pages as front page, and also present it in the main menu for some reason it is not highlighted. :)

dimon00’s picture

Same here.
System menus like "forums" or "home" are not differentiated.

Any idea on how to fix this?

Jeff Burnz’s picture

Its probably a theming issue, I'll look into it, I cant recall right now.

david_p’s picture

Is there any update on this? I like this theme very much, but the "home" tab not being highlighted when open is a big usability issue.

cezkid’s picture

line 76 corolla/color/color.css

changed

#menu-bar > ul > li > a.active,
#menu-bar > ul > li > a.active:hover,
#menu-bar > ul > li > a.active:focus

to

#menu-bar ul > li > a.active,
#menu-bar ul > li > a.active:hover,
#menu-bar ul > li > a.active:focus