• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Remove Plesk Logo from upper right corner

HoracioS

Regular Pleskian
How can I remove the Plesk Logo from upper right corner? I thinked it could be from Panel.ini but is not possible.
Capture d’écran 2021-09-29 à 09.51.48.png

I removed it in the past. I'm running a Plesk without the logo, but I forgot what I do :-(

Capture d’écran 2021-09-29 à 10.32.35.png

Best regards,
Horacio
 
Thank you Igor, but doesn't help...

I removed from footer using panel.ini, but upper right corner only I can change the logo replacing /opt/psa/admin/cp/public/theme/images/logos/powered-logo.png and /opt/psa/admin/htdocs/theme-skins/onyx/images/logos/powered-logo.png but I mean to remove it.

I'm running a Plesk without this logo, but don't remember how.
 
Here's another way to do it.

Step 1: Create a custom theme as described here: Using Custom Themes
Step 2: Create a file "custom.css" in your theme with the content:
Code:
/* do not display powered-by logo on the top right */
.main-header-navbar .top-logo {
        display: none;
}
Step 3: Apply your custom theme
 
Back
Top