Hello, we have an auth0 lock with custom css and right now, if we enter a gmail it deletes auth0-lock-header-welcome .auth0-lock-name and adds in .auth0-lock-firstname.
Is there a way to disable the avatar and the user welcome message and just keep the normal title header like this?
Thanks in advanced 
Hello @Zarhayda, Welcome to the Auth0 Community!
Display name on the lock screen by default is pulled from the Gravatar profile
Please find more information on the link below:
https://auth0.com/docs/libraries/lock/v11/configuration#avatar-object-
You can customise or disable this option, procedure of which is also mentioned in the above link.
Thanks for sharing this solution @sidharth.chaudhary!