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

#10002231
Support
Keymaster

Hello, can you please confirm with version of the theme that you’re using?

For version below 3.0, please use:

(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;
}

You can also send me a private message with the URL if you want me to check.

Thanks.