paste this into the css section if you want a color background:
body {
background: #paste hex color here;
}
paste this if you want an image background
body {
background: url(paste image url here) no-repeat center fixed;
background-size: cover;
background-position: center;
}
paste this into the css section if you want a color background:
body {
background: #paste hex color here;
}
paste this if you want an image background
body {
background: url(paste image url here) no-repeat center fixed;
background-size: cover;
background-position: center;
}