Quote:
Originally Posted by booboo
Can you tell me how to change the side backgroud? The Purple with the diagnal lines.
|
Just go to the Template file and click on the Blue-Destiny folder, then the the Style folder where you will find the main.css
When you open it up there will be this right on top:
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
background-color:#475517;
text-align:center;
margin:0;
padding:0;
background-image:url(../images/bg.gif);
You can change the background or delete the background-image line to take on the solid color.