• Hello,

    How do I remove the navigation menu located in the top right corner of a mobile device (three horizontal bars)?

    I’ve tried a few custom css codes, but unfortunately I still haven’t had any success:

    .#mainnav-mobi {
    display: none;
    }

    .mainnav-mobi {
    display: none;
    }

    .nav-id-mobi {
    display: none;
    }

    Any help would be greatly appreciated!

    Thanks,

    Ronnie

Viewing 1 replies (of 1 total)
  • Hi Ronnie,

    the mainnav are automatically renamed to mainnav-mobi using javascript when your site are displayed in mobile device.

    So, I think it need to make modification in javascript library of the theme. Maybe you can ask to codeable for advance customization

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Navigation Menu From a Mobile iOS 9.2 Website’ is closed to new replies.