If you want to disable navigation menu link on Squarespace, just use this code to Custom CSS box, so users won’t click on navigation menu links.
div.header-nav-item, div.container.header-menu-nav-item {
pointer-events: none;
}
If you want to disable navigation menu link on Squarespace, just use this code to Custom CSS box, so users won’t click on navigation menu links.
div.header-nav-item, div.container.header-menu-nav-item {
pointer-events: none;
}