• I have made a website in Alizee theme, and have a small question.

    The website is only one page, so I want to remove the navigation in the header, which is now saying ‘Frontpage’. Since the website is only one page, I dont need the navigation.

    But how do I do?

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi https://www.son-wood.dk!

    You can remove the header navigation by commenting out (or deleting) the below: (File: header.php)

    <nav id="site-navigation" class="main-navigation" role="navigation">
      <div class="container">
        <button class="menu-toggle btn"><i class="fa fa-bars"></i></button>
        <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
      </div>
    </nav><!-- #site-navigation -->
    Thread Starter www.son-wood.dk

    (@wwwson-wooddk)

    Hi TTTytan, thanks a lot for your help, it helped!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove header navigation bar’ is closed to new replies.