The default Message Center flash screen can be useful for many use case, but sometimes it's useful to hide it for some reason.

To do so, Edit your application, click on Advance and add this snippet in the Style settings (CSS):
#message-center-wrapper {
display: none;
}
0 Comments