How could I add more text into widget?

I would like to add a custom text, other than existing prompt text, in sign up page
I tried to add it using javascript but failed.
I am trying to override the styling of the widget, like wrapping the widget into my own div and include the text in the bottom. Sadly I feel it is not a secure way since the styling of the auth0 widget could be changed over time.

Is it possible to add footer inside widget?

Hi @w.fung,

Welcome to the Auth0 Community!

You can customize the text in the New Universal Login prompts with this:

You can also add content to the page with this:

https://auth0.com/docs/customize/universal-login-pages/universal-login-page-templates

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.