Hello, I am trying to hide the menu of my site on mobile, I've figured out how to do it on desktop but just can't figure it out for mobile. I hope someone can help ?
Thanks in advance :)
-
Disable menu for all project pages on mobile
-
Dear @charlie
try this in your CUSTOM CSS code:
.navbar, .burger, .mobile-title { display: none !important; }
Best!
Marius