March 11, 2014 at 4:24 am
#8608
Sanjip Shah
Participant
Just visited your site and I see that you have to different pages as landing page and home. In the custom css of the theme options. Add the following code to remove the menu from landing page.
.page-id-807 #access { display: none; }
Add the following code to remove the menu from home page.
.home #access { display: none; }
You can add the both above code to remove the menu from both pages.