projects
/
WP-Themes
/
visitbenzie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ac91c0
)
Only show upper bar on large, remove 'home' link from upper bar
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 27 Feb 2018 22:07:20 +0000
(17:07 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 27 Feb 2018 22:07:20 +0000
(17:07 -0500)
sections/header.php
patch
|
blob
|
history
diff --git
a/sections/header.php
b/sections/header.php
index
8840227
..
38ce457
100644
(file)
--- a/
sections/header.php
+++ b/
sections/header.php
@@
-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>