Background image to a custom login page

0
Hi! I want to add a background image to a custom login page. I tried adding a new class in css with the background-image:url("xyz.png"); property, but the deployed app on the cloud does not reflect the image. It has this error in the style- Failed to load resource: the server responded with a status of 404 () Is there a specific directory that image needs to be saved in or a path to be given?      Thanks and Regards, Ritika   
asked
1 answers
0

Hi Ritika,

If you’re using a custom login page, then you can create a new page layout and apply that to only the login page.

Please see documentation : https://docs.mendix.com/refguide/layout

otherwise if you can use standard login page and you can provide the styling using custom .css file to change the theme.

Also you can change the elements such as div, span or input by using web modeller.

Please mark answer accepted if you find it helpful. Thank you.

answered