If you want to disable Hamburger Menu on Mobile Squarespace, you can use this code to Website Tools > Custom CSS.
div.header-burger {
display: none !important;
}
If you want to disable Hamburger Menu on Mobile Squarespace, you can use this code to Website Tools > Custom CSS.
div.header-burger {
display: none !important;
}