Hello,
Really sorry for the delayed response!
Here is another way:
You may add a custom class to the menu you don't want a link and then add custom CSS!
The following screenshot may help you as it shows where to add the custom class:
https://prnt.sc/tye60k
And then you have to add the following code:
li.sp-menu-item.menu_heading {
cursor: default;
pointer-events: none;
}
Here 'menu_heading' is actually the custom class name that you added within the menu item!
Note: Path towards custom CSS:
Extensions>Templates>Styles>
Click on your current default template name then choose Template Options.
Then find custom CSS within the custom code.
https://prnt.sc/pu705g
https://prnt.sc/pu70zn
Best Regards