Only show upper bar on large, remove 'home' link from upper bar
authorLaury GvR <laury@gaslightmedia.com>
Tue, 27 Feb 2018 22:07:20 +0000 (17:07 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 27 Feb 2018 22:07:20 +0000 (17:07 -0500)
sections/header.php

index 8840227..38ce457 100644 (file)
@@ -1,4 +1,4 @@
-<div id="upper-bar-wrapper">
+<div id="upper-bar-wrapper" class="show-for-large-up">
     <div id="upper-bar" class="row">
         <div class="small-12 columns glm-top-header-right show-for-large-up">
             <ul>
@@ -6,9 +6,6 @@
                 <li><?php get_template_part("parts/search"); ?></li>
             </ul>
             <?php glm_theme_top_links(); ?>
-            <ul>
-                <li><a href="<?php bloginfo('url')?>">Home</a></li>
-            </ul>
         </div>
     </div>
 </div>