Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #700766

    hi,

    i use this code to color background of level 1 main menu

    .menu-item-top-level-1 a {
    background-color: #adb8c1!important;
    }

    i want it vice versa, i want that color to appear on hover

    i tried this code for hover

    .menu-item-top-level-1 a:hover {
    background-color: #adb8c1!important;
    }

    #700774

    i found it :)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘hover color menu’ is closed to new replies.