Sorry, I just realised you gave an answer in the “Disable buttons on other pages” post
I found a solution :
use “ul a.active”, instead of “li.current-menu-item”
See the result on my site http://theo-psy.fr
I use a custom jquery-vertical-accordion-menu skin, with a very simple code :
#dc_jqaccordion_widget-%ID%-item ul a.active{color: #750202; font-weight: bold;}
My theme is Atahualpa
the parent menu item is still highlighted when you click on a sub-menu item, but it’s fine to me
Hi,
I’ve got exactly the same problem.
Have you found a solution ?