Hey,

You can see my project at www.insureatm.eu. When you try the spare parts dropdown menu and hover over the links, the background changes blue. The thing is that I would like the whole background of the "link area" to turn blue. So there would be the exact same background size on hovering any of the categories. If you can provide me help with the code to achieve this, please help! :)

Comments

Piccolo-1’s picture

You can use this code for primary-links.css:

#navigation-primary li.menu-leaf-list:hover{
      background-color: #xxxx
}
djsagar’s picture

Issue summary: View changes
Status: Active » Needs review

Hi,

Try this this will helps you.

#icemegamenu li.hover > ul.icesubMenu {
background: #0f75bc;
}

Thanks!