Viewing 6 replies - 1 through 6 (of 6 total)
  • Look in the header.php of your theme for (something like) the following line:

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

    Modify to suit.

    There is a ton of information on customizing headers at Designing Headers. How you change it is based upon which Theme it is based upon and how it is structured, but that document will help.

    In your css:

    /* Header */
    #header h1 {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 20px 0 20px 30px;
    width: 300px;
    text-indent:-50em; <—————-add that line
    }

    Thread Starter coolmomo123

    (@coolmomo123)

    href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />

    I found this line, but I’m such a newbie at this that I don’t exactly know what to modify in order to do what I want.

    Thread Starter coolmomo123

    (@coolmomo123)

    let me try adding that line

    Thread Starter coolmomo123

    (@coolmomo123)

    Thanks so much for all the help. I finally got rid of it : )

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘How to remove url text in header.’ is closed to new replies.