Viewing 3 replies - 1 through 3 (of 3 total)
  • Apply the following in style.css:

    .menu ul li a:link, .menu ul li a:visited {
      background-color:#FFFFFF;  // Background color of normal link
      color:#336699;  // Text color of normal link
    }
    
    .menu ul li a:hover, .menu ul li a:active {
      background-color:#333333;  // Background color of hovered link
      color:#6699CC;  // Text color of hovered link
    }
    Thread Starter rjarmitage

    (@rjarmitage)

    Thanks for this…

    But it doesn’t seem to be working for me. I tried something like this before, but I’m having difficulties.

    I’m using WP Page links. Would it be something to do with this?

    Rich

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make my navbar change when user hovers?’ is closed to new replies.