Dummy top-level page. Appears as a top-level placeholder in the main navigation menu but is not accessible to users.
Notes
To check the navigation menu go to Appearence->Edit->Navigation->Navigation->Edit. Click the three dashes near the top left and open the Navigation block. Now select the block for this page and check that the field Advanced-> is set to unclickable-parent.
The CSS can be viewed at Appearence->Edit->Styles->Additional CSS. You should find:
.unclickable-parent > a {pointer-events: none;cursor: default; /* Change the cursor to indicate it's not a link */}
To ensure this page is not viewable set View Permissions to for this page to Blocked.
