Shape 5

Joomla Club Extensions => Accordion Menu - Club => : antic February 11, 2011, 10:57:27 AM



: how to change the active menu color and space between menu items?
: antic February 11, 2011, 10:57:27 AM
Hello,

I am using s5 accordion menu on a Rockettheme template. Can you please help me to change the color of the active menu item (now when a menu item is clicked the color is blue, same as non active menu items)? Can you also help me to increase the space between menu items?

The url is: http://www.anticforma.com/en/2010/kozmetiki-studio-derma.html (http://www.anticforma.com/en/2010/kozmetiki-studio-derma.html)

Thank you in advance!
Aleksandar


: Re: how to change the active menu color and space between menu items?
: jonahh February 11, 2011, 02:44:10 PM
Hello,

Try adding the following to the bottom of your template css file

.s5_am_toggler .s5_am_open .s5_am_parent span span {
color:#ff0000;}


: Re: how to change the active menu color and space between menu items?
: antic February 12, 2011, 12:59:22 AM
Hello,
Thanks for you reply. That did not help. Do you have any other solution?


: Re: how to change the active menu color and space between menu items?
: jonahh February 14, 2011, 04:38:46 PM
Your site doesn't appear to be loading now?


: Re: how to change the active menu color and space between menu items?
: antic February 15, 2011, 02:14:21 AM
This is the link: http://www.anticforma.com/sr/portfolio/web-design-portfolio.html (http://www.anticforma.com/sr/portfolio/web-design-portfolio.html)
The accordion menu is on the right side

Thanks


: Re: how to change the active menu color and space between menu items?
: jonahh February 15, 2011, 10:55:43 AM
Ah ok, actually add it to the bottom of the accordion menu css file, then lets see if it works.  The template css file is called before the accordion menu so it might be getting overwritten by the accordion menu css


: Re: how to change the active menu color and space between menu items?
: antic February 16, 2011, 01:19:45 AM
Thanks for your answer but it still does now work!


: Re: how to change the active menu color and space between menu items?
: jonahh February 16, 2011, 12:40:41 PM
Ok change it to the following and this will work:

#s5_accordion_menu h3.s5_am_open span.separator span {
color:#ff0000;}


: Re: how to change the active menu color and space between menu items?
: antic February 16, 2011, 03:40:19 PM
Hello, you can take a look again! It does not work:  http://www.anticforma.com/sr/2010/kozmetiki-studio-derma.html
 (http://www.anticforma.com/sr/2010/kozmetiki-studio-derma.html). Now the top level menu item changed the color.
I appreciate your help!


: Re: how to change the active menu color and space between menu items?
: jonahh February 17, 2011, 01:58:04 PM
Oh I thought u wanted the main link to change color, this should work for the sub links:

.s5_am_innermenu li#current a {
color:#ff0000;}


: Re: how to change the active menu color and space between menu items?
: antic February 18, 2011, 10:21:11 AM
Thank you very much!