Hi,
I know how to change the backgroundcolor of the main-menu but I want to give every single menu-item a different color + different hover-color.
How can I do this?
(#menu-item-123)
Thanks a lot!
Alice
Hi ALCOR ;
is it what you were looking for ?
#menu-item-123{color: #FFF !important;}
#menu-item-123:hover{color: #000 !important;}
#menu-item-124{color: #FFF !important;}
#menu-item-124:hover{color: #000 !important;}
Hi begrafiks,
Ohhhh it’s just that simple? :)
Thanks a lot!!!