Hi,
Thank you for purchasing our theme.
It is possible to add background image to content area/header/footer by custom CSS(“Appearance > Customize: Additional CSS”), like:
#wrap { background-image: url(https://the-image-url); }/*content area*/
#header { background-image: url(https://the-image-url); }/*header*/
#footer{ background-image: url(https://the-image-url); }/*footer*/
@media (min-width: 768px) {
.page-template-intro-outer { margin-top: 0; } /*remove the gap under header*/
}
Please replace the image the URLs as your images
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook