Viewing 4 replies - 1 through 4 (of 4 total)
  • What theme are you using?

    Use this code in your style.css file
    body{background-image:url(your/image.jpg);}

    Thats all

    i have a related question.

    I’m using blue zinfandel square theme.
    i’d like to have an image as a background to the blank areas right and left to the blog content (header, post/page, sidebar, footer) – i.e. the white shoulders on the right and left.

    when using the “{background-image:url(your/image.jpg);}” it creates a maze like look where areas between the post and sidebar or post and footer are showing the backgound image.

    any ideas/suggestion on how to correct it?
    Thanks

    Look for your style.css file and add the above line inside each of the three following statements:

    #navbar {
    #sidebar {
    #footer {

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘background’ is closed to new replies.