Home › Support Forums › Theme Support › Enlightenment › Submenu issue › Reply To: Submenu issue
Daniel Tara
Keymaster
To make dropdown menus expand on hover you need to add this custom CSS code:
.menu-item > .dropdown-menu:hover { display: block; }
This should go under Theme Options > Design inside the “Custom CSS” field.