You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2023-09-17 04:37:50

rikardoperu
Member
From: Perú
Registered: 2023-08-28
Posts: 4

How to change the Main Logo

Hello Guys, can you please tell me which files exactly I have to modify to be able to change the GLPI logo on the Login page in version 10.0.9 on the Ubuntu server?

Offline

#2 2023-09-18 08:46:07

ihkrt
Member
Registered: 2023-05-23
Posts: 20

Re: How to change the Main Logo

Hi rikardoperu,

in order to change that you need to go to Administration > Entity > UI customization
Enter the following values:
For the login Page:

body.welcome-anonymous .card-body { background-color:#cfdcea}
body.welcome-anonymous .glpi-logo {
    --logo: url("/LOCATION OF YOUR LOGO");
      content: var(--logo);
    height: 190px;
      width: 829px;
}
For the upper left corner:

.page .glpi-logo {
  background: url("/LOCATION OF YOUR LOGO") no-repeat;
  background-size: 100px 50px;
}

Regards


Server: GLPI 10.0.15 FreeBSD 13 NGINX
Plugins: Additional fields 1.21.8, News 1.12.2, Data injection 2.13.5, Form Creator 2.13.9, Glpisaml 1.1.6

Offline

#3 2024-05-09 11:48:59

jeantitou
Member
Registered: 2024-05-03
Posts: 7

Re: How to change the Main Logo

hello need help to modify my logo glpi login page my logo is ok for fd_logo.png but on the other hand for the login logo impossible to display it I put my css I don't know what is wrong thank you for your help
important:
I copied my logos into the /var/www/html/glpi/pics directory





body.welcome-anonymous .card-body { background-color:#cfdcea}
body.welcome-anonymous .glpi-logo {
    --logo:url(../pics/login_logo_glpi.png);
      content: var(--logo);
    height: 190px;
      width: 829px;
}


.page .glpi-logo {
  background: url("../pics/fd_logo.png") no-repeat;
  background-size: 100px 50px;
}

Offline

Board footer

Powered by FluxBB