Remove unnecessary CSS class

This commit is contained in:
Hippo 2019-08-04 14:00:49 +05:30
parent bff272ab35
commit 44c9623de9
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
<body <?php body_class(); ?> itemscope="itemscope" itemtype="http://schema.org/WebPage">
<?php // Show navigation menu on everything except Single pages, unless Show Primary Nav Menu on Single Pages is enabled ?>
<nav role="navigation" class="site-navigation topbar">
<?php // Show topbar everywhere ?>
<nav role="navigation" class="topbar">
<a class="screen-reader-text skip-link" href="#content" title="<?php esc_attr_e( 'Skip to content', 'independent-publisher' ); ?>"><?php _e( 'Skip to content', 'independent-publisher' ); ?></a>
<?php // If this is a Single Post and we have a menu assigned to the "Single Posts Menu", show that ?>