• Resolved rachjay

    (@rachjay)


    I have a site http://www.gurumumma.com and the heading of the site is underlined and is a link to the home page. I do not want this.

    I want the heading to be static without the underlining.

    Any ideas appreciated.

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.