Need to get rid of Mobile hamburger icon

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Need to get rid of Mobile hamburger icon

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25853
    Marymb123
    Member

    Hi, my site is http://eirmoji.com/

    It’s a one page site with no menu – but i can’t seem to get rid of the hamburger icon on mobile – any suggestions?

    #25860
    Raghavendra
    Moderator

    The easiest and least intrusive way to achieve this would be to just have this Custom CSS in theme options –

    @media only screen and (max-width: 767px) {
    #mobile-menu, #mobile-menu-toggle {
        display: none;
    }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.