Reply To: How to disable the mobile navigation Hamburger icon in mobile view on mobils? Home › Forums › Agama Pro › How to disable the mobile navigation Hamburger icon in mobile view on mobils? › Reply To: How to disable the mobile navigation Hamburger icon in mobile view on mobils? June 9, 2020 at 7:18 pm #26995 ZexModerator Hi, Wolfgang! Insert the following code into your custom CSS: .mobile-menu-icons{ display: none!important; } Regards