Site logo

Archived topic

Off Canvas Panel - Hover

3 replies · Started by Emma on May 30, 2019

Viewing posts 1–4 of 4

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?

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

That's great, thank you.

You're welcome :)

This archived topic is closed to new replies.