Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #89947
    TB2016
    Participant

    I am trying to remove the mobile menu/navigation bar altogether… I’ve found CSS for removing the navigation from the main theme, but it is still showing up in mobile and tablet display.

    http://topshelfexperts.com/

    #89974
    Mahesh
    Keymaster

    @tb2016: Please add the following CSS for removing mobile menu.

    #branding .menu-access-wrap {
        display: none !important;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Mobile Menu’ is closed to new replies.