Perfect – that did it for me!
Thank you :)
Hi Rikard,
I’m developing it locally, so not sure of the best way to do that sorry. It’s the parallax theme if that helps?
Thanks
Hi, I’m running into the same problem as the original poster above however the code above is not working for me. I notice it was posted in 2017 – does it need an update?
I’m also running the following snippet of CSS to remove the burger icon – I assume this would be redundant if the header were removed?
@media only screen and (max-width: 767px) {
.av-main-nav-wrap {
display:none !important;
}
}
Thanks!