Hello,
I just bought this template and was wondering how can I add a background image to the template. Would appreciate feedback on how to get this done.
Thank you
body {
background: #fff url('path-to/your/image.jpg') no-repeat;
background-size: cover;
}