Hi there,
You will either need to edit the core files (bad idea) or get a JavaScript developer to work on using the hover event to trigger the menu.
All the best
Thanks. Does this look right to you?
$(document).ready(function () {
$('.menu-item').hover(function () {
$( '.appendLink' ).removeClass( 'rm-append-inactive' ).addClass( 'rm-append-active' );
$( 'ul.sub-menu' ).removeAttr( 'style' );
});
});
Thanks
Hi Le-Antonio,
I am not sure if the above would work as I haven’t used it before, however I am not sure that it would work as it seems to only be removing classes and styles not actually animating anything.
What happened when you tried it?
All the best