• Resolved ClaRaWi

    (@clarawi)


    Hello,
    I´m looking for a solution to open the Responsive Menu Submenu by mouse over, hover, using it as Desktop-Menu. The support doesn´t have a solution, but perhaps anyone of You ???
    Thanks and greetings!
    Claudia

Viewing 1 replies (of 1 total)
  • Peter Featherstone

    (@peterfeatherstone-1)

    Hey Claudia,

    The simplest solution, would be to just add some Custom CSS that shows the sub-sections on hover.

    However, it won’t be p`erfect as it won’t change the sub-menu arrows etc. For that you would need some custom JavaScript.

    The CSS you need however, should just be the below:

    #responsive-menu-pro-container li.responsive-menu-pro-item:hover ul.responsive-menu-pro-submenu {
       display: block;
    }

    All the best

    Peter

Viewing 1 replies (of 1 total)

The topic ‘Responsive Menu Submnu by mouse over’ is closed to new replies.