• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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