Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1473252

    Hello,

    I’m looking for a way to hide the navigation but leave the logo + header visible. To do this I used the code:

    nav.main_menu {

    display: none;

    }

    That works too, but not on the smartphone. There it shows me the burger. Can I hide that too?

    best regards,
    Martin

    #1473267

    Hey Martin,

    Please try this as well:

    .av-burger-menu-main {
      display: none; 
    }

    Best regards,
    Rikard

    #1473294

    Hello Rikard,

    Thank you, I used it – but it doesn’t work :-(
    Take a look here: http://designplanung.de/shop-2-2018/

    Best regards,
    Martin

    #1473306

    Hi,

    Please try this instead:

    .av-burger-menu-main {
      display: none !important; 
    }

    Best regards,
    Rikard

    #1473326

    Perfect!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hide burgers on smartphone’ is closed to new replies.