Hi there!
I’ve just installed Bose theme and I’m really enjoying it.
However, there’s a “Skip to content” hyperlink appearing right at the middle of the header.
I opened the header.php file and found the following code:
<div class="container">
<div id="top-nav" class="col-md-12">
<nav id="site-navigation" class="main-navigation" role="navigation">
<h1 class="menu-toggle"><?php _e( 'Menu', 'bose' ); ?></h1>
<a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'bose' ); ?></a>
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</nav><!-- #site-navigation -->
</div>
</div>
What can I do to fix this problem? Can I simply delete a part of the code above? If so, what exactly?