How to hide top menu

Hi all, how to hide the top menu on skeleton deliver site? Ex. top menu home, blog, about and contact us.

if i want to hide blog or about menu, how to do it? I have try menu: false, it doesn’t work it shows up the title of the page. Thanks in advance.

If you want to hide the entire menu, just remove the reference to load the navigation.html.twig: https://github.com/getgrav/grav-theme-deliver/blob/develop/templates/partials/base.html.twig#L53

If you want to remove a specific page, just set the visibility in that specific page header:

visible: false