Jump to content

Stop update notifications


customercare

Recommended Posts

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 by sebastiancgames
Link to comment
Share on other sites

  • 2 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...