• I know that this question has been answered several times on this forum but I have not found a definitive answer as to how I should do this. It seems crazy to ask this question again but please help me if you can.

    As you’d all know the title of the Blog overlaps the header BG image and also acts a link back to the main home page. I have successfully learnt to hide and change the font so thats not the issue. I want my logo in GIF format to be displayed there instead of the textual link. I tried putting a background-image-url(“”) in the #header but it hides the earlier background image which I want.

    This is what I want in brief. I want my GIF logo to be displayed on top of the header image and linked to the main page. Can this be done? thanks to all the gurus in advance…and yeah WP rocks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Just edit your theme’s header.php, then find where the existing header text is and then add a normal image link to your gif with something like:

    <a href="<?php echo get_settings('home'); ?>"><img src="<a href="<?php bloginfo('stylesheet_directory'); ?>/images/title.gif"></a>

    Where your title gif is stored in an images sub directory of your theme directory.

    And if that doesn’t match your header layout, see all the instructions at Designing Headers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home Page link on Image’ is closed to new replies.