Home › Forums › MapPress Support › hide hamburger menu › Reply To: hide hamburger menu
August 13, 2018 at 10:49 am
#17935
Hi,
There’s no setting for this but you can hide the toggle button by using CSS:
.mapp-menu-toggle { display: none; }