Hi,
I'd like to remove the "skip to content" link on the twentythirteen childtheme.
I think I found the code in the header.php but not sure what to do with it.
Any Ideas? Thanks!
Seen here:
<div id="navbar" class="navbar">
<nav id="site-navigation" class="navigation main-navigation" role="navigation">
<h3 class="menu-toggle"><?php _e( 'Menu', 'twentythirteen' ); ?></h3>
<a href="#content">"><?php _e( 'Skip to content', 'twentythirteen' ); ?></a>
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum's parser.]