customercare 2 Posted December 13, 2020 Share Posted December 13, 2020 How do I stop notifications to update to a new version of IPS? I mean at the top at the beginning of the index and in the admin panel. Link to comment Share on other sites More sharing options...
The Grim Reaper 142 Posted December 14, 2020 Share Posted December 14, 2020 (edited) You can try adding this code in the custom.css of your themes : /* IPS Message New Version*/ .ipsMessage.ipsMessage_general, div#elLicenseKey[data-controller="core.global.core.updateBanner"] { display: none; } .ipsPad.ipsPhotoPanel.ipsPhotoPanel_small.ipsPhotoPanel_notPhone { display: none; } /* IPS Warning Message acpPanel */ .ipsMessage.ipsMessage_warning[data-warningkey="disable_functions"] { display: none; } look inside this topic for more info : Edited December 14, 2020 by sebastiancgames Link to comment Share on other sites More sharing options...
customercare 2 Posted December 14, 2020 Author Share Posted December 14, 2020 Unfortunately it doesn't work. The notification is displayed with a template fluent design theme edition. Link to comment Share on other sites More sharing options...
Robinson 1 Posted December 24, 2020 Share Posted December 24, 2020 Try adding this to your custom.css #elLicenseKey { display: none; } Link to comment Share on other sites More sharing options...
Recommended Posts