Site logo

Archived topic

Open subnavi in Slideout on mouse hover

1 reply · Started by Antonio on January 4, 2019

Viewing posts 1–2 of 2

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

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 :)

This archived topic is closed to new replies.