Download & Extend

Dropdown menu link hover background

Project:Marinelli
Version:7.x-3.0-beta11
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

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

#navigation-primary li.menu-leaf-list:hover{
      background-color: #xxxx
}
nobody click here