• Hi, I am trying to replace my no display blog title with alt so that I can use h1 on my post titles instead of blog title. I have tried all kinds of different ways but the blog alt title simply will not disappear from my header:

    https://savvysavingbytes.com/

    I would also like the whole header to be clickable as home.

    Anyone (I hope) got any ideas here?

    <div id="header">
      <a href="<?php echo get_option('home'); ?>/"><img src="images/savmasthead-fing.jpg" alt="Savvy Saving Bytes" title="Savvy Saving Bytes" /></a>
    </div><!-- Closes header --><!-- Closes headerwrapper -->
  • The topic ‘alt blog title won't disappear from header’ is closed to new replies.