Set background image

0
I want to set a background image on my pages. I have reviewed every other Forum post with the work “background” in it but I can’t find a clear description of how to accomplish this task.
asked
1 answers
1

hi there,

you should add an image in theme folder : mendix/yourprojectname/theme

and add into css mendix/yourprojectname/theme/style/css/custom/custom.css

background: url(images/layout/yourimage.png) no-repeat;
background-size: cover;
answered