Viewing 1 replies (of 1 total)
  • Theme Author CyberChimps

    (@cyberchimps)

    To change the Menu links color on mouse hover, you can use :

    .menu a:hover{
      background-image: none;
      background-color: #fff;
    }
Viewing 1 replies (of 1 total)

The topic ‘Remove menu background on hover’ is closed to new replies.