Viewing 1 replies (of 1 total)
  • Edit your header.php file. There should be some code in it that looks something along the lines of:

    <h1><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h1>

    Get rid of the link tags from that, so it becomes more like:

    <h1><?php bloginfo('name'); ?></h1>

    Your actual code will probably vary slightly.

Viewing 1 replies (of 1 total)
  • The topic ‘Site Heading is a link/underlined’ is closed to new replies.