Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Mobile-menu Reply To: Mobile-menu

#249650
kwerty
Participant

Hi,

.fa.fa-bars:hover + .firstsubmenu li {
display: block;
}

this is what u need to fix the issue. Acutally you should hide the ul.firstsubmenu instead of li which is inside that ul element.