When login is required, the global notice is visible on the login page for anonymous user.
Is this a feature or a bug ?
1 Like
This is as designed and expected, I think? We can ask @sam for a second opinion.
1 Like
Yeah this is by design
A banner topic which is effectively the same but better, should not be visible to anon when site requires login
To access that head to admin menu on a topic and try to pin the topic
Bottom option
3 Likes
I have just discovered the .anon
css class to hide unwanted elements to anons.
.anon {
.alert-global-notice {
display: none;
}
}
3 Likes