Quote:
Originally Posted by krispol
Hei
I have been looking around, but haven't found any solution to my problem that wold actually work.
Maybe some of you may know the answer.
I have a menu with a submenu on my wordpress webpage, my problem is that when I click on the page then all the subpages in the menu are also highlighted. How can I remove that? (So only the parent page would be highlighted until I click on one of the submenus)
Here it is: http://lintech.fi/
|
Go to your stylesheet here:
http://lintech.fi/wordpress/wp-content/themes/amdhas/style.css
...and comment out this line (line 1,995):
Code:
#navmenu li.current_page_item a,
#navmenu li.current-menu-item a,
#navmenu2 li.current_page_item a,
#navmenu2 li.current-menu-item a {
color: #000;
}
That should sort it out...