I updated the graphic and took out the title.
authorIan Weller <ian@gaslightmedia.com>
Mon, 27 Mar 2017 14:47:28 +0000 (10:47 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 27 Mar 2017 14:47:28 +0000 (10:47 -0400)
I took out the title call and I also resized the logo a few times.

assets/Logo-elt.jpg [new file with mode: 0644]
assets/sm-Logo-elt.jpg [new file with mode: 0644]
header.php

diff --git a/assets/Logo-elt.jpg b/assets/Logo-elt.jpg
new file mode 100644 (file)
index 0000000..68fe72b
Binary files /dev/null and b/assets/Logo-elt.jpg differ
diff --git a/assets/sm-Logo-elt.jpg b/assets/sm-Logo-elt.jpg
new file mode 100644 (file)
index 0000000..a886ec9
Binary files /dev/null and b/assets/sm-Logo-elt.jpg differ
index 28e8725..8b262f6 100644 (file)
                             <?php get_custom_logo($blog_id = 0 );?>
                             <?php the_custom_logo($blog_id = 0 );?>
                             <?php
-                                if ( is_front_page() && is_home() ) : ?>
-                                    <h1 class="site-title"><?php bloginfo( 'name' ); ?></h1>
-                                <?php else : ?>
-                                    <h1 class="site-title"><?php bloginfo( 'name' ); ?></h1>
-                                <?php endif;
+                                
 
                                 $description = get_bloginfo( 'description', 'display' );
                                 if ( $description || is_customize_preview() ) : ?>