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
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
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
Hi,
Please try this CSS instead:
.home .av-burger-menu-main {
display: none !important;
}
Best regards,
Rikard
Hi Rikard,
This last one works fine. No more burger in mobile.
Thanks a lot
Best Regards
João
Hi bigamist,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria