How to change/remove icon on login screen?

image
Is there any way to replace this icon? or just remove it?

You can hide it using css

Hello. I tried this one and it will mess the layout.

image

You can also try

or

Thank you very much!

I found this one will not mess the layout

.login-welcome-header > .waving-hand {
    visibility: hidden;
}
2 Likes

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