How can I change the skin color of the hand on the login and signup screens? Thanks in advance for your help.
1 Like
You cannot. The color is randomized, so you’ll get a different skin tone most times you refresh the page.
7 Likes
Can we eliminate the hand?
You can add this to your custom CSS to hide the waving hand:
.login-welcome-header > .waving-hand {
visibility: hidden;
}
4 Likes