Forum Discussion
cike
9 years agoChampion
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