loukasgr
Hi,
It's declared via css/less so you can override this way:
- Go to file: [root]/templates/ja_mitius (your default template)/css/custom.css (Create this file if it doesn't exist)
- Add this custom code:
body {
background: url(../images/body_bg.jpg) no-repeat center top #000 !important;
}
The path of image background is: [root]/templates/ja_mitius/images/body_bg.jpg
Regards