adding new logo with transparency to the header beneath the main logo
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 25 Jan 2019 16:48:29 +0000 (11:48 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 25 Jan 2019 16:48:29 +0000 (11:48 -0500)
assets/anniversary.png [new file with mode: 0644]
sections/header.php

diff --git a/assets/anniversary.png b/assets/anniversary.png
new file mode 100644 (file)
index 0000000..02b8ce5
Binary files /dev/null and b/assets/anniversary.png differ
index 0aa10c3..1e25cac 100644 (file)
@@ -8,7 +8,7 @@
         <nav class="top-bar grid-3-7 text-center show-for-large-up opensearchserver.ignore" data-topbar role="navigation">
             <section id="top-bar-logo-wrapper" >
                 <a id="top-bar-logo-link" href="<?php bloginfo('url')?>"><img id="top-bar-logo" src="<?php echo get_template_directory_uri();?>/assets/bay-harbor-logo.png" class="left"></a>
-                <a id="top-bar-logo-anniversary" href="<?php bloginfo('url')?>"><img id="top-bar-logo-anniversary" src="<?php echo get_template_directory_uri();?>/assets/anniversary.jpg" class="left"></a>
+                <a id="top-bar-logo-anniversary" href="<?php bloginfo('url')?>"><img id="top-bar-logo-anniversary" src="<?php echo get_template_directory_uri();?>/assets/anniversary.png" class="left"></a>
             </section>
             <section class="top-bar-section">
                 <?php glm_theme_top_bar('top-bar'); ?>