Very simply…depending on the style you are using. If using MOVIES…then…
Goto: TEMPLATES > JA_ZINA > CSS > COLORS > movie.css (line 2)
and remove the line in RED below…
body#bd {
background:#000000 url(../../images/movie/body-bg.jpg) no-repeat scroll center top;
color:#4F4F4F;
}
If you using a different styling, say GRASS for instance…then you would delete the above line in Line 2 of the Grass.css.
This will leave you with the default background…which you can remove by going to…
template.css (line 25)
and again remove the line below in RED.
body#bd {
background:#181818 url(../images/body-bg.jpg) repeat-x scroll center 30px;
color:#4F4F4F;
margin:0;
padding:0;
}
You’ll be left with a white background.
Have fun.
John.