How do i change the backgdround to an image
i add the following code to the template.css - it did not work
body { min-height:100%; background-image: url('../images/bg.jpg');
body { background-image: url("../images/bg.jpg") ; background-size: 100%; background-attachment: fixed; background-repeat: no-repeat; background-color: #fff; }