이메일을 비활성화했을 때 사용자에게 표시되는 배너 메시지

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 ?

Maybe you can hide the banner with CSS


Try with this:

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