Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1277184

    Hi,
    I have a landing page with Logo but no Menu. So I created a Menu with no items and works fine on PC.
    But on Mobile appear a Burguer that drives to a blank page.
    How can i get rid of the Burguer icon on mobile?

    Thanks and Regards

    #1277501

    Hey João,

    So you only want to remove it on the page you linked to? If so then please try this in Quick CSS:

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

    Best regards,
    Rikard

    #1277646

    Hi Rikard,

    I inserted the code at General Styling/ Quick CSS, but is not working, the burger is still there on mobile.
    On PC only do not show is configured as “Display as Text”, if I configure as “Display as Icon” the burger will show also in PC.
    Look here: https://floralverca.pt/QuickCss.jpg

    Thanks & Regards
    Joao

    #1277904

    Hi,

    Please try this CSS instead:

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

    Best regards,
    Rikard

    #1277933

    Hi Rikard,

    This last one works fine. No more burger in mobile.
    Thanks a lot
    Best Regards

    João

    #1278127

    Hi bigamist,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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