Hi. Is there a way I can change the template background either buy inserting a completely new one or by at least being able to darken it a bit?
Thanks!
body {
background: url('../images/your_image.jpg') top left no-repeat;
}
body {
background: #F6F6F6;
}