Hi,
I need to make a full photo background, I notice this template has the top, middle and bottom. How can I make one full photo for the background?
#gk-top-wrap {
background: none repeat scroll 0 0 transparent;
}
#gk-top-shadow {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background: none repeat scroll 0 0 transparent;
}
body > #bg {
background: url("../images/your_file.jpg") repeat scroll 0 0 transparent;
}
background: url("../images/your_file.jpg") no-repeat fixed center top transparent;