Support » Theme: Fruitful » Hiding Menu from Header

  • Resolved lokeshmd

    (@lokeshmd)


    How do I hide main menu from the header? If its not possible how do I disable all the pages being displayed on the Main menu.

Viewing 1 replies (of 1 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    We don’t have theme options for this, it possible only via source code editor

    header.php line 51

    Replace
    <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>

    On this
    <?php // wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding Menu from Header’ is closed to new replies.