Modifying the top bar navigation.
authorIan Weller <ian@gaslightmedia.com>
Mon, 26 Aug 2019 15:05:24 +0000 (11:05 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 26 Aug 2019 15:05:24 +0000 (11:05 -0400)
I removed the community link and dropdown area map from the top-bar.php.

parts/top-bar.php

index 2674efb..3566bf6 100644 (file)
@@ -1,7 +1,6 @@
 
 <nav class="top-bar show-for-large-up" data-topbar role="navigation">
     <section class="top-bar-section">
-        <?php get_template_part("parts/community-map"); ?>
         <?php glm_theme_top_bar(); ?>
     </section>
 </nav>
\ No newline at end of file