Main Menu with sub items does not always display dropdown
-
My hack/fix for the in category list page is:
<script> $('#menu-item-1668').hover( function(){ $(this).addClass('open') }, function(){ $(this).removeClass('open') } ) </script>
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 ‘Main Menu with sub items does not always display dropdown’ is closed to new replies.