Re Hide Shadows in Lock UI

Hide Shadows in Lock UI

That issue is solved but doesn’t provide any documentation of how he solved it.
I am trying to remove the shadow from the login model.
Any help would be appreciated.

1 Like

In Auth0 → Universal Login → Login Template →

I’ve set the option:
{
container: ‘main-element’
}

Created the div

and then I’ve set the css to

#main-element {
box-shadow: 0px 0px 29px 6px rgba(0,0,0,0.13);
}

I think that’s it.
Bye!

Lucas

3 Likes

Glad you have figured it out and thanks a lot for sharing it with the rest of community!

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