Can custom text be used in new universal login template footer?

Here there,

In the below example, is there any way to use custom text for the privacy policy and terms and conditions links in the footer?

{%- auth0:head -%} body { background-image: radial-gradient(white, rgb(200, 200, 200)); } .footer { background-color: rgb(120, 120, 120); position: absolute; bottom: 0; left: 0; padding: 16px 0; width: 100%; color: white; /* Use a high z-index for future-proofing */ z-index: 10; } .footer ul { text-align: center; } .footer ul li { display: inline-block; margin: 0 4px; } .footer ul li:not(:first-of-type) { margin-left: 0; } .footer ul li:not(:first-of-type)::before { content: ''; display: inline-block; vertical-align: middle; width: 4px; height: 4px; margin-right: 4px; background-color: white; border-radius: 50%; } .footer a { color: white; } {{ prompt.screen.texts.pageTitle }} {%- auth0:widget -%}

Thanks

Hi @cli, and welcome to the Auth0 Community!

Please allow me some time to do some research and I’ll get back to you with some info as soon as possible!

Thanks.
Teodor.

Hi again, @cli, and thank you for allowing me some time to find a solution.

You can add your custom footer by creating a template for your Universal Login Page. Please check out our docs for this feature.

Essentially, you will call the Management API’s PUT /v2/branding/templates/universal-login endpoint to set a template that contains your custom HTML/CSS/JS that renders the footer after the {%- auth0:widget -%} tag.

I hope this helps!
Teodor.