Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1030400

    Hallo,
    wie kann ich das Burger-Menü ausblenden? In der Desktop-Version wird es nicht angezeigt, in der Mobilen-Version sehe ich immer das Burger-Menü Icon ohne Navigationsinhalte.
    Danke + liebe Grüße

    #1031229

    Hey duletzki,
    — question Translated with Google —
    how can I hide the burger menu? In the desktop version it is not displayed, in the mobile version I always see the burger menu icon without navigation content.
    Thanks + best regards
    ———-
    If I understand correctly you want to hide the burger menu from the mobile version, in this case Please try this code in the General Styling > Quick CSS field:

    .av-burger-menu-main.menu-item-avia-special.av-small-burger-icon {
    display: none !important;
    }

    — answer Translated with Google —
    Wenn ich richtig verstanden habe, dass Sie das Burger-Menü vor der mobilen Version ausblenden möchten, versuchen Sie es in diesem Fall mit dem folgenden Code im Feld General Styling> Quick CSS:

    .av-burger-menu-main.menu-item-avia-special.av-small-burger-icon {
    display: none !important;
    }

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.