Shape 5

Joomla Club Extensions => Accordion Menu - Club => : cspgsl December 15, 2016, 05:56:47 AM



: Highlight active menu item
: cspgsl December 15, 2016, 05:56:47 AM
At http://businesssitedesign.com/services I am trying to add a hover effect and an outline and or background for the active menu item so the user can quickly tell where they are in the menu list.

For example, as they mouse over a menu item (as is the case with the top level menu item) a background would appear and when they are on the - Restaurant & Cafes > Development > Starting a New Restaurant page the Starting a New Restaurant menu item would be outlined.

Any help appreciated, thanks


: Re: Highlight active menu item
: jonahh December 15, 2016, 01:02:06 PM
Hello,

Sure, here is the code to style the active menu item. I just put an underline on it but you can add whatever styling you like to it:

:
#s5_accordion_menu li.active {
text-decoration:underline;
}