Banner Message for the users when I disabled emails

Hello,

I turned off all the emails that discourse send to my community users, because we activate SSO, and the emails goes to the navigator where the web version is desabled. But my users is seeing this message in the home of my community:

In english says that the email notifications where disabled by the adm. How can I turn off this banner message for the users ?

1 Like

Maybe you can hide the banner with CSS


Try with this:

#global-notice-alert-emails-disabled {
display: none;
}
5 Likes