• Hello.

    https://www.runcolo.com/blog

    I have uploaded a custom header, however, it’s overlapping with the title/tag lines. How do I remove the header/taglines so that they don’t show up on the actual blog (I want to use my custom header) but they are still present?

    Thus, right now if I remove them, my blog show that it does not have a title for search results, etc. and I do not want that.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I would suggest just removing that part of the header.php file, in the default theme that would be:

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

    But you could probably use a “display: none” or two in the CSS to hide these too.

    As far as SEO goes, the All in One SEO Pack plugin has worked pretty well for me.

    Sending sitemaps to the search engines probably doesn’t hurt either.

    Thread Starter runcolo

    (@runcolo)

    Awesome, thanks for your help!

    You can close this one!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Header’ is closed to new replies.