Q: How do I change this background to white ?
A: Open the template_css.css in the /templates/css folder for that template, and add the following:
Code: Select all
body.contentpane {
background: #FFF;
}
This tip originally was posted by Eyezberg on the old forum.