Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s a gif (bg_body.gif) in your body style (style.css) that needs to be changed.

    body {
    background:#6292AC url(images/bg_body.gif) repeat scroll 0 0;
    }

    replacing the gif by your own is not that hard, however, since the rounded corners on your site all carry a bit of that background color, you will need to change them as well.

    Not easy to describe in a few words.

    Peter

    The images folder will be in your wordpress install under: wp-content/themes/your-theme/images. You can just open those images, modify, (backup the old ones), and replace.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I need to change behind background color, How do I do it?’ is closed to new replies.