Forum Discussion

stacias's avatar
stacias
Advisor
8 years ago

Customize User Navigation Menu

Hello,

 

How do I change the “User Navigation Menu” to appear “on hover” instead of “onclick”? I also want to change the drop-down menu content. I'm using component "User Menu Notifications".

 

Thanks so much!

Stacia

  • Hi stacias,

     

     

    you can achieve this using CSS and JavaScript. As a first step you can prevent the default click event on the user menu and add a custom onHover event listener with a custom JavaScript snippet.

     

    The content of the menu can also by change with CSS (hide default elements) and JavaScript (add custom links/actions).

     

    Regards,

    Christian