Editing Standalone Restaurant Pages - Custom CSS

If you want to remove any of the Navigation links from the Standalone Restaurant pages you can do so in the "Custom CSS" box in the Design tab of the particular restaurant you are looking to edit.  You will first need to wrap any custom CSS in style tags:

<style type="text/css">

*your custom css here

</style>

You can inspect anything element of the page in the browser by right-clicking on it, and then choosing "inspect" (may vary by browser), and from there you can 'copy the element' of whatever you are trying to change and then insert that and your custom CSS in the Custom CSS box in your admin.  This applies to any of the available pages (Home, About, Menu, etc)

Note that for the standalone pages the CSS you add will only apply to that restaurant page.  If you want the same edits on other pages you will need to copy the same CSS over to the other pages.