Skip to main content

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?

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