Shape 5

Joomla Templates => Incline - Club => : tkdtimi June 21, 2015, 07:50:26 AM



: Change color of active menu link
: tkdtimi June 21, 2015, 07:50:26 AM
Hi guys,

where can I change the color of the active menu link in the top menu? I really only want to change the color of the active menu link, so changing the template parameters wouldn't work for me, as it would change the color of more things than just this active menu link.

Best regards
Tim


: Re: Change color of active menu link
: mikenicoll June 22, 2015, 11:37:37 PM
Hello,

If you add this to the custom.css file with a !important call you can override the index.php highlight.

:
#s5_nav li.active span, #s5_nav li.active a, .S5_submenu_item:hover span, .S5_grouped_child_item .S5_submenu_item:hover span, .S5_submenu_item:hover a, .S5_grouped_child_item .S5_submenu_item:hover a, #s5_nav li a:hover, #s5_nav li span:hover, #s5_nav li.mainMenuParentBtnFocused a, #s5_nav li.mainMenuParentBtnFocused span {
  color: #ff0000 !important;}


: Re: Change color of active menu link
: tkdtimi June 25, 2015, 09:55:12 AM
Thanks! As allways :)


: Re: Change color of active menu link
: mikenicoll June 26, 2015, 07:36:56 PM
NP :)