I can't seem to change the background color for this theme.

I did a search for "background" in the style.css file and changed the color codes there but it did not change the color of the template.

Comments

neerjasoftwares’s picture

We are here using the 3 backgrounds for the header, middle and footer part of the website which you can find in the style.css of theme folder as follows

1) For header background
#main_header
{
background:#0A2B43 url(images/bg.gif) repeat-x scroll 0 0;
color:#FFFFFF;
height:216px;
margin:0 auto;
width:100%;
}

2) For middle background
#main_body
{
background-color:#0A2B43;
color:#FFF6D8;
width:100%;
}

3) For Footer background
#main_footer
{
background:#0C1D2A url(images/footer_bg.gif) repeat-x scroll 0 0;
border-top:1px solid #FFFFFF;
color:#FFFFFF;
float:left;
margin:0;
padding:0;
width:100%;
}

You will need to update the two images as mentioned, in the main header and footer area of your website.

This should help.

However, if the problem persists, please send us the URL of your website and a screenshot so we can look into it further.