Skip to content

Instantly share code, notes, and snippets.

@AshFlaw
Last active February 10, 2020 10:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AshFlaw/b229f86ec8738b065fb020b7b3cbc228 to your computer and use it in GitHub Desktop.
Save AshFlaw/b229f86ec8738b065fb020b7b3cbc228 to your computer and use it in GitHub Desktop.
PRTG login and application page customization to remove news feed, footer, logo, lower message text, lost password and download client links.
/*
// You can use this file to modify the appearance of the PRTG web interface
// as described in https://kb.paessler.com/en/topic/33
//
// Please note that you are using an unsupported and deprecated feature.
// Your changes will be broken or removed with future PRTG updates.
//
// If you modify this file, PLEASE LET US KNOW what you're changing and why!
// Just drop an email to support@paessler.com and help us understand your
// needs. Thank you!
*/
.newsfeed {display:none!important; visibility: hidden; }
.footer {display:none!important; visibility: hidden; }
.logo-box {display:none!important; visibility: hidden; }
.cell-banner {display:none!important; visibility: hidden; }
.downloadclients {display:none!important; visibility: hidden; }
.forgotpw {display:none!important; visibility: hidden; }
.newsfeedboxadmin {display:none!important; visibility: hidden; }
.trustpilot {display:none!important; visibility: hidden; }
.tct-box {display:none!important; visibility: hidden; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment