#2938
ThemeofWP
Keymaster

Open the in/js/framework.js and delete thi line:

`/*Topheader login menu*/
$(‘#themeofwp-ajax-login > li’).bind(‘mouseover’, openSubMenu);
$(‘#themeofwp-ajax-login > li’).bind(‘mouseout’, closeSubMenu);
function openSubMenu() {
$(this).find(‘ul’).css(‘visibility’, ‘visible’);
};
function closeSubMenu() {
$(this).find(‘ul’).css(‘visibility’, ‘hidden’);
}; `

find the .themeofwp-loggedin li ul { in inc/css/themeofwplogin.css and delete:

visibility: hidden;