Re: Background and Just Listed
The background is controlled by this code in the master.css (Line 150);
Code:
.content_botbg {
background:url("../images/content_botbg.gif") repeat-x scroll center bottom #EFEFEF;
border-bottom:2px solid #EFEFEF;
margin:0;
min-height:600px;
padding:0;
}
You need to change two of this elements, first the content_botbg.gif and the color value #EFEFEF.
You can edit the content_botbg.gif through photoshop while the color can be changed with another color value of your choice.