.home .nav-menu {
display: none;
}
And this will hide the menu on just the home page. Of course, as I mentioned, you have to know what class or ID is assigned to your menu in order to write the correct selector (if you enable menus on your site, we can take a look and let you know what it is).
]]>1. set up your front page to be kind of like a landing page – a blank canvas – which then links to other areas of your website that are using the navigation menu.
2. as mentioned above, create a new page template specifically for your homepage, which simply doesn’t contain the navigation menu call in the .php code.
]]>