(2012-09-04, 03:50 PM)mastergun Wrote: Go to: ACP > Themes > Your theme > Edit > global.css > edit in advanced mode > and find;
#container {
background: #FFFFFF;
width: 95%;
color: #000000;
border: 1px solid #e4e4e4;
margin: auto auto;
padding: 20px;
text-align: left;
}
and change background: attribute something like this;
background: #FFFFFF url(http://i36.servimg.com/u/f36/15/36/47/26/fmbg13.jpg);
Change #FFFFFF to whatever your "container" color is.
I tried what you said but its the container's background that changes
not the background of the forum.
Here's what it says on the code
#container {
-khtml-box-shadow:3px 0 3px #111, -3px 0 3px #111;
-moz-box-shadow:3px 0 3px #111, -3px 0 3px #111;
-ms-box-shadow:3px 0 3px #111, -3px 0 3px #111;
-o-box-shadow:3px 0 3px #111, -3px 0 3px #111;
-webkit-box-shadow:3px 0 3px #111, -3px 0 3px #111;
background: #FFFFFF url(http://postspawn.3ftp.org/images/background.png);
border:1px solid #333;
box-shadow:3px 0 3px #111, -3px 0 3px #111;
color:#ddd;
margin:auto;
padding:10px;
text-align:left;
width:75%
}