badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Remove Menu

#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.