• Resolved lelitli

    (@lelitli)


    Does someone know how can i hide the navmenu in the right( the one that looks like hamburger)
    i dont want that the menu to be shown twice

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    In fact that menu is dead — if you click on (three lines) it nothing happens.

    If you want to get rid of those three lines, try this:

    Find this rule in your theme’s style.css:

    hamburger .hamburger-box {
      position: relative;
      width: 42px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      display: none;
    }

    Replace it with:

    hamburger .hamburger-box {
      display: none!important;
    }
    Thread Starter lelitli

    (@lelitli)

    I don’t have access to the themes editor. I tried to put this in the CSS area but no changes ?? any ideas?

    hi @lelitli
    Please try this one to your CSS file.

    .main-header--funero-main .main-header__desk-hamburger .hamburger-box {
      display: none !important;
    }
    Thread Starter lelitli

    (@lelitli)

    oh, it works:) but only on the homepage. How can I hide it on all pages and only on the desktop?
    In mobile version and tablet the hamburger should be visible

    hi @lelitli

    Recently I have seen your site https://danielaz3.sg-host.com/. I refer all the pages which you define in the menubar and I don’t found the hamburger menu on desktop. Can you please share the image or link on which page you can see the hamburger menu on desktop ?

    • This reply was modified 3 years, 1 month ago by Kajal Gohel.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide navmenu’ is closed to new replies.