how to change name and logo on mendix login page.

0
hello everyone , I want to change logo on login page and want to replace with mine. I am using atlas ui resource theme. These is my login page I want to change MX logo with mine and change mendix name with my app name.
asked
3 answers
1

Take a look at the login.html in the theme folder of your app. 

You would be able to change it with basic HTML knowledge.

General pointers:

  1. Mendix logo at the top will be in the div tag with class: loginpage-logo. Apply the changes with in the div tag as needed
  2. div tag with class loginpage-left will be showing the image to the left of login form. You could choose to remove the div tag or replace the contents of it with yours. 
answered
1

Hi Shubham

 

You can also change you Default login-page in the navigation

 

If you need to change the logo in the navigator windows , you have to change the file at :

Mendix/YourProject/theme/favicon.ico

answered
1

Hello Luke, 

Look in the following folder for login.html

answered