Invision Community how to disable "Important Update" notification message:
Go to your Admin Control Panel (ACP).
Navigate to Themes > Your Theme > Advanced Settings.
In the Custom CSS section, add the following code:
/* Hide the upgrade notification banner */
.cNotificationList {
display: none !important;
}
Save your changes
This will hide the banner on the frontend for all users.