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

    Hi,

    I would like to hide the mobile menu (burger and overlay).
    CSS code #advanced_menu_toggle { display: none !important; } doesn´t work unfortunately.

    Could you please have a look?

    Thanks

    #851101

    Hi seykom!

    I changed the code to following one

    ul#avia-menu {
        display: none;
    }

    Please flush browser cache and review your website

    Regards,
    Yigit

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