Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .sidebar .widget a:hover {
        text-decoration: none;
    }

    if you want to restrict that to just the menu, this should do it.

    aside#nav_menu-2 a:hover {
        text-decoration: underline;
    }
    Thread Starter spijkb

    (@spijkb)

    It works at once!
    Thank you Steve.

    bart

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘hover in menu’ is closed to new replies.