- This topic has 1 reply, 2 voices, and was last updated 5 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › MapPress Support › hide hamburger menu
Tagged: hamburger menu
Hello,
Please teach me how to hide hamburger menu on the map.
Hi,
There’s no setting for this but you can hide the toggle button by using CSS:
.mapp-menu-toggle { display: none; }