I am currently working to customize new universal login using auth0 cli.
auth0 universal-login customize
I need to remove text such as welcome, continue with google, Login to my company…, etc. Also to change designs for input field for email and password .
I am trying to get classname and trying to use display none property for those classes. Also trying to modify designs for input fields.
.ca3d4203c {
display: none;
}
When I deploy it, the texts are still visible and are not customized as I wanted.
Is it possible to customize whatever inside {%- auth0:widget -%}?
I have disabled Customize Login Page so I don’t want to enforce classic and want to customize using new universal login?
Any solutions for this?