• taim

    (@taim)


    I would like to replace my blog’s name that is wrapped between <h1> tags and replace it with a clickable logo image.
    When I try to do it by replacing it with <img src=””> nothing shows up?

Viewing 1 replies (of 1 total)
  • Cathy Mitchell

    (@multitalentedmommy)

    I’m sure you can do it with php/xhtml, but I can help you to do it in your stylesheet. First, upload your image to your theme’s files: mytheme/img/pic.gif

    In the theme’s css file(style.cssusually), find this:

    #header
    #logo
    #banner <code>or something similar.  it will be the div name that came right before the</code><h1>

    tags.
    change the background attribute like so:

    #header
    { background:url(img/headerimg.gif) center left no-repeat;}

    replace the “center” with top, center, bottom– whichever you want. and the “left” with left, center, right.
    If you don’t want your title on top of the image, you can delete the <h1> </h1>tags from the header template.

    come back if that doesn’t work!

Viewing 1 replies (of 1 total)
  • The topic ‘Replace my Blog name with an image’ is closed to new replies.