How to add Current page in secondary menu

Latest Reply from Dinar galimov at 2015-01-16 10:18:07 Solution
I'm add
#secondarymenu a:active{
in ccs. but it doesn't work. What can I do to make it work ?

http://new.evolution-m.ru/?page_id=18
Hi there!
To fix this you may add the code:
#mainmenu li.current-menu-item  {
background:url(images/menu-li-separator.png) left 50% no-repeat;
color: #fff;
background-color: #f90;
}


right after:
#mainmenu li {
position:relative;
}


in the style.css file. You may change the selected colors of font and background.
Great!!!It Works! Big Thanks to you,Alice!!! :*

Leave a reply

Add codeAdd image