• Hello,
    I’m sorry, I’m horrible with this. I’d like to use the default template, but where the blogname is, I want to place an image.
    http://www.virtualmarty.com
    Where it says virtualmarty.com at the top, I want to display an image I’ve created for that space, I just don’t know how to do it. Any help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Open your wp-layout.css file and locate the line that says #header
    Then add background: #color url(location/to/your/image.jpg) no-repeat 0 0;
    Change #color to the color you want to use as the background, change the location to point to your image file, and the no-repeat tells the image not to repeat 🙂 – the two zeros simply tell the image to line up in the top left hand corner, you can change the location of the image by changing the zeros to something else (the first zero is in relation to top bottom position, and the last zero is in relation to left right position)
    Hope that helps out – if you need another example, let me know.

    http://www.tamba2.org.uk/wordpress
    The graphicalcss section there helps with this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Want to change blog name with image’ is closed to new replies.