Home › Forums › Support › Open subnavi in Slideout on mouse hover This topic has 1 reply, 2 voices, and was last updated 4 years, 4 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 4, 2019 at 6:42 am #772901 Antonio Hi there ๐ On this website I would like to open the subnavigation in the Slideout menu on mouse hover the subnavigation. Is possible to do it directly in GP? Do i need CSS or JS? If yes, do you have any hint? Thanks a lot Antonio January 4, 2019 at 11:46 am #773257 TomLead Developer Lead Developer Hi there, Give this CSS a shot: #generate-slideout-menu .slideout-menu li.sfHover > ul, #generate-slideout-menu .slideout-menu li:hover > ul { display: block; visibility: visible; height: auto; opacity: 1; pointer-events: auto; } Let me know ๐ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In