Tagged: ,

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

    Is it possible to modify the theme so that the main menu would always display as mobile menu with the menu icon? In settings there is only possibility to display it with widths below 990px.

    #523201

    Hey kunzi!

    Add this to your custom CSS.

    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    

    Regards,
    Elliott

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