Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #447714

    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

    #447721

    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;}
    
    #447729

    Hi begrafiks,

    Ohhhh it’s just that simple? :)
    Thanks a lot!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘MENU Different Colors for Menu ID's’ is closed to new replies.