Remove logo / link in upper left corner of login screen

Hello everyone,

I’m looking for help in removing the SuiteCRM logo from the upper left corner of the login page. I used the admin/system settings feature to change the overall logo, but it doesn’t change the logo in the upper left corner of the login page. I’ve attached a pic of the logo I am trying to change.

Thanks in advance for any help!

Easiest way is to change the theme used…

Hello

That logo is theme-specific logo. you cannot change it from settings. you need to replace the image with the same name at

themes/SuiteP/images/p_login_logo.png

I did some further customizations of this that you can read about here:

https://www.suitecrm.com/forum/suitecrm-7-0-discussion/9160-logo-in-left-upper-corner

Hi PGR,
I am trying to change the icon at the top left of the login page, with that of another company and also the favicon.
I tried to create in /custom/themes/ the folder /SuiteP and tried to modify the file /custom/themes/SuiteP/tpls/login.tpls…
Then I perform the regeneration operation: admin->Repair->Quick Repair and Rebuild. To be safe, I also deleted the browser cache…
Everything remains unchanged.
My version of SuiteCRM is 7.11.5

SuiteR was simpler than SuiteP because it didn’t have sub-themes.

I think this is where it’s getting loaded:

https://github.com/salesagility/SuiteCRM/blob/ef1b41965c056937894dd3018d3b149c9c25a9a9/modules/Users/Login.php#L165

But I am not sure if that “SugarThemeRegistry::current()” returns “SuiteP” or “SuiteP/Dawn” or whatever your sub-theme is.

Try to add some debug logging so you can check what’s going on…

Hello Pgr,
I was able to modify the template.
It was probably my mistake, I had problems with Filezilla :cheer: .
Thanks

Forget FTP, that’s so last millennium… :stuck_out_tongue:

Just use SSH and “scp” to copy.