Reply To: How to make the dropdown menu to look the same as the mega menu.

#10002134
Support
Keymaster

Hello, please add this:

(css/custom.css)

#header nav ul.nav-main ul.dropdown-menu {
    background-color: #FFF !important;
    border-top: 5px solid #0088cc !important;
    text-shadow: none;
}

#header nav ul.nav-main li.dropdown ul.dropdown-menu a  {
	color: #777 !important;
}

#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
	background-color: #F4F4F4 !important;
}

Thanks.