Hi guys, is it possible to add a background JPG to the wide layout.
Am not fussed whether it scrolls with content, or is fixed.
Can be same image for every page. if need be..
Thanks !
Hey!
Try adding this code to the Quick CSS:
body{
background: url(_image_url_) top center no-repeat !important;
}
Cheers!
Josue