Replace site title with image
-
Hi,
I replaced my site title with an image and it was fairly successful, but I’m still having two issues: (1) There is a black line above and below the image, and (2) The tagline on the right side of the page now sits above the image instead of being essentially on the same line.
Total noob…help!
Here’s the site: https://www.fujikabasta.com
And here’s the code:
<div id=”wrapper” class=”hfeed”>
<div id=”header”>
<div id=”masthead”>
<div id=”branding” role=”banner”>
<?php $heading_tag = ( is_home() || is_front_page() ) ? ‘h1’ : ‘div’; ?>
<<?php echo $heading_tag; ?> id=”site-title”>
<span>
” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?>
</span>
</<?php echo $heading_tag; ?>>
<div id=”site-description”><?php bloginfo( ‘description’ ); ?></div><img src=https://fujikabasta.com/wp-content/uploads/2010/11/Fujikabasta-Logo5.png>
- The topic ‘Replace site title with image’ is closed to new replies.