• Hello, I am new to WordPress and I was wondering how to add an image to the head section of a blog, in place of the title. Any help would be welcomed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • That depends on your theme. A link to your site would help.

    Thread Starter disneymaniac

    (@disneymaniac)

    Upload the image you want to use to your theme’s images directory. I’d suggest using an image around 113 pixels high.

    Then open style.css and replace:

    .Header {
    background:#F3F2E8 url(rotate.php) no-repeat scroll center top;
    margin:0 auto;
    min-height:130px;
    position:relative;
    width:1000px;
    }

    with:

    .Header {
    background:#F3F2E8 url(images/your_filename_here) no-repeat top left;
    margin:0 auto;
    min-height:130px;
    position:relative;
    width:1000px;
    }
    Thread Starter disneymaniac

    (@disneymaniac)

    Thanks for the help, any idea on how to get the image to change when you load the page, I think that I have the script written, just not sure how to link it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to add an image to the head.’ is closed to new replies.