• Hi,

    I saved my personal banner as kubrickheader.jpg. The image shows, yet I get an annoying piece of a text, a watermark, ‘newspaper’, the name of my blog, left over from the orginal theme. How do I get rid of it.

    Thanks,

    mbtafan
    http://grwbk.freecoolsite.com

Viewing 1 replies (of 1 total)
  • There’s a bit in the header file that contains:

    <h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    <div class="description"><?php bloginfo('description'); ?></div>

    That’s what’s putting the blog title in the header. You could try deleting it or comment it out. That’ll do the trick.

Viewing 1 replies (of 1 total)
  • The topic ‘Personal Header Text Problem’ is closed to new replies.