[Resolved] Off Canvas Panel – Hover

Home Forums Support [Resolved] Off Canvas Panel – Hover

Home Forums Support Off Canvas Panel – Hover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #915139
    Emma

    This might be a setting somewhere that I have missed, but I wondered if it’s possible in the off canvas panel menu for the sub menu items to drop down on hover rather than having to actually click on the drop down arrow? It drops down on hover in the main navigation but not the off canvas navigation… Is this possible to do?

    #915680
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This should help:

    #generate-slideout-menu .slideout-menu li:hover > ul, 
    #generate-slideout-menu .slideout-menu li.sfHover > ul {
        display: block;
    }

    Let me know ๐Ÿ™‚

    #915708
    Emma

    That’s great, thank you.

    #915776
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.