Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #671863

    Hi there,

    I was wondering if I could use a mobile style menu with a corresponding color page overlay instead of the standard main menu. With other words, regardless of the screen size.

    I found some information in the Enfold documentation based on which you can increase to screen size to 1024px on tablets to have the mobile style menu displayed in landscape mode, however, there’s nothing on using a mobile style menu at all times and regardless of screen size.

    I’d really like to explore this option, hence I’d appreciate your help and pointers.

    Many thanks.

    #671891

    Hey MadRhino,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }
    #wrap_all {
    position: relative !important;
    }
    

    Best regards,
    Yigit

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