Little bug in Submenu disappearing
-
If you have some submenu level 2, and hover on the level 2 menus, the highlighted menu will disappeared, becoming white.
To correct that just add this to style.css :
@media only screen and (min-width: 720px) { #nav-header .sub-menu li:hover > a { color: #777; } }
The code causing the error is :
@media only screen and (min-width: 720px) { #nav-header .nav li > a:hover, #nav-header .nav li:hover > a { color: #fff; } }
Thank you for your amazing work ! I’m upgrading from Typecore ?? !
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Little bug in Submenu disappearing’ is closed to new replies.