I've managed to set up a different hover color for each menu item, but i can't seem to use that color as ACTIVE also. See here: http://www.enele.com.ar/
What's the correspondent CSS class?
Thanks
The class which gets added to the menu item ( li tag )is : current-menu-item
So your CSS would become something like :
nav .menu li#main-menu-item-2560.current-menu-item a{color:#fcdd65 !important}
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Top menu: active page color’ is closed to new replies.