Navigation modal to open on mouse hover

Hi there!

Is there a way to get the Burger menu to open when the mouse is hoverd over it and not clicked

http://thefreelancersource.com/

Thanks so much!

Hi @mickster58,

Thanks for reaching out.

It’s possible by adding this code to Theme Options > JS

jQuery ( document ).on('hover', '[data-x-toggleable="e6-9"]', function() { jQuery(this).trigger('click'); } );

But it’s a bit glitchy since hover our is also triggered, for that I recommend contacting a developer and provide that idea so he could enhance it.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.