How to display the buttons' text in uppercase for the new Universal Login

Hello there!

I am building a new Universal Login experience for our company and there are a few customizations that are hard to get.

One is the ability to replace all our buttons text to Uppercase like in our app. The only way I found is by replacing the text but that doesn’t work for buttons like social logins that have “Connect with ${connectionName}”

Any idea or tip that I can use for this?

Thanks in advance!

Cheers,
Dan.

Hi @dfortem , welcome to the Auth0 Community!

Yes, I think you’ll need to go through the custom texts and update these to Uppercase.

When you come to the Social Connections, you can use the Management API to change the connectionName, and provide a new name in Uppercase. So it is doable, just not that straight forward.

You can see here I change the default “Google” connection name to “GMAIL” - Use this endpoint

Hope this helps! thanks

1 Like

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