New Zenner
- Join Date:
- Jan 2011
- Posts:
- 1
- Plugin Contributions:
- 0
navMain active page link in different color
Hello everyone!
I have installed my first zen shop a few weeks ago ( https://www.reuel.name/kauppa ). I also installed a wordpress system on the same domain ( https://www.reuel.name ).
I'm trying to make the top menu of zen cart (navMain) to look exactly like the menu in wordpress.
I'm almost there, but I can't get zen shop to show the link of the active page in a different color (white).
In wordpress they use this CSS (where access is the mainmenu div):
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color: #fff;
}
I couldn't find what code zen cart uses for active page.
Any idea how I can make the link of the active page appear in white, while the rest of the links to remain in grey?
Thanks for your help!