is it possible to disable main menu only from home page??? menu should be visible all other pages. thanks
Hello, For this open header.php file and replace code given below with the code shown in the image. Code: <!--Start Menu_Wrapper--> <div class="menu_wrapper"> <?php if( !is_home() ) : ?> <div id="MainNav"> <a href="#" class="mobile_nav closed">Pages Navigation Menu<span></span></a> <?php inkthemes_nav(); ?> </div> <?php endif; ?> </div> <!--End Menu Wrapper-->