I’m using the following code to change the background color of my navigation’s sub menu:
/* NAVBAR SUB MENU COLOR*/
.sub-menu li a:link {
background-color: #061247;
}
dev site: http://tinyurl.com/jzhphmd
as you can see when you hover over “services” in the navigation, the submenu/dropdown menu has a large white area/border around it. how can I change this white area to match the blue that i have set for the inner part of the menu?
thank you