I've searched and experimented with the style.css file and I can seem to find out how to change the color of the blue page background. This is a great theme, I just need to adjust that color for my theme. Thanks.

Comments

lunen33’s picture

Just need to edit the body.gif file in the /img folder.

GPirie’s picture

Open style.css and within the body tag replace background-image property with:

body {
           background: #ffffff;
          }
Lioz’s picture

Status: Active » Closed (won't fix)