Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #370981

    Hi,

    On tablet, it would be impossible to access my submenus as the hover state is not present.
    Is it possible to disable hover state for tablets?

    Thanks

    #370993

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 989px) {
    .avia-menu-fx{ display: none !important; }
    }

    Cheers! 
    Josue

    #371434

    Hi Josue,

    That didn’t work.

    Could I have the mobile header appear for tablets too?

    #371639

    Hi!

    Please go to Enfold theme options > Header > Mobile Menu and check “Hide Mobile Menu Submenu Items”

    Regards,
    Yigit

    #374432

    Hi thanks! I solved this by making the parent not a page.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Disable Menu Hover for Tablets’ is closed to new replies.