• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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