• Resolved cjfinnegan

    (@cjfinnegan)


    I’m currently using WordPress 3.1.3 with the News theme, and I need some help adding a background image so it matches the rest of my site. I know which file to edit, but which background: url entry do I change, and do I need to change the name of the image file, too?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cjfinnegan

    (@cjfinnegan)

    Help, please? I know a lot of folks have asked this, and I know it’s a major pain in the butt, but I could really use some assistance with this.

    Upload the image file to the images folder of your current theme via FTP, open style.css and add the background to body:

    body {
    background: #fff url(images/bg.png) top center no-repeat;
    }

    for a tiled background

    body {
    background: #fff url(images/bg.png) repeat;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding background image to News template’ is closed to new replies.