I would like to hide the Email icon in Gamification, Rewards tab as we didn’t want the email to be sent to all superadmins. Do anyone know the CSS code to hide it?
Page 1 / 1
Try this, we’ve got a lot of CSS going so I’m not 100% this is it but I believe so:
/* Prevent sending messages from the reward history list */
.reward-send-message {
display: none;
}
This is helpful. Thank you!
Reply
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Docebo Employee Login
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.