Hi, I would like to put an image as the main background. When I do, the image is split up into sections. How do I resolve this issue? Thank You
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: body { background: url(Your image address) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }