Want to remove the upgrade notification which is really messy!!!
Just enter into Admin CP>Themes>Choose which theme you want to disable the notifications of Upgrade>Edit HTML & CSS>In CSS Tab>You will find Custom.css(Click on it)> Type this Code below the generated code
Code:
#acpNewVersion, #elLicenseKey { display: none; }
Now Enjoy!Upgrade notificationhas been removed from Admin CP as well as Main Forum Site