Smacker 12 Posted September 10, 2020 Share Posted September 10, 2020 Hey guys, what do I have to do in the template in order to stop this nag showing up every day? Link to comment Share on other sites More sharing options...
Oni 61 Posted September 10, 2020 Share Posted September 10, 2020 (edited) You can remove it from the templates or override the cAcpNotificationBanner class from your stylesheet. Removing it by overriding the cAcpNotificationBanner class: Open your custom.css and paste this in it: .cAcpNotificationBanner_information { display: none; } Removing it from the templates (I don't recommend doing so): Open the globalTemplate of your theme and search for {template="updateWarning" app="core" group="global" params=""} You can remove it but this template holds another important template which is also shown to normal members, so instead of just removing it, we are going to replace it with: {template="announcementTop" app="core" group="global" params=""} and it's done. Edited September 10, 2020 by Oni 2 Please no more private messages, mentions or anything like that. I don't offer any support at the moment. Link to comment Share on other sites More sharing options...
Recommended Posts