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;
}
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;
}
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 4 years, 3 months ago by
Kajal Gohel.