Shape 5

Joomla Club Extensions => Accordion Menu - Club => : chriddo September 17, 2014, 10:31:18 AM



: How to change highlight color of item in accordion menu?
: chriddo September 17, 2014, 10:31:18 AM
When using this module I would like to have the possibility that the visitor visually can see that the selected menu item has changed when having clicked on it.

This way the visitor can easily understand where you are in the menu after the page has be reloaded.

This is not the case at the moment.

Please assist on how to solve this.


: Re: How to change highlitght effect in accordion menu?
: jonahh September 18, 2014, 12:28:32 PM
I believe the below should do it, just change the color to whatever you desire.  You can add this to the bottom of your template.css file:

#s5_am_parent_div_current ul li.active a {color:#ff0000;}


: Re: How to change highlitght effect in accordion menu?
: chriddo September 22, 2014, 04:22:26 AM
THANK YOU!