Can I remove the title from Auth0 Lock?

Any way we can remove the title from the modal? I would like to change or remove the red box.

![alt text][1]

Yes, you can customize that title text; you should use the titleoption within the languageDictionary object. For example:

options.languageDictionary = {};
options.languageDictionary.title = "";