You are not logged in.
Pages: 1
Is it possible to customize the GLPI logo and theme based on the user's entity ID? for example, if user X from entity 1 logs in, he should see the red logo. If you are user Y of entity 2, you should see the blue logo and theme.
Offline
Hi,
I have managed to change logo but not theme. as theme is controlled by user it self.
Just open entity config page, and there is UI Customization section.
apply code:
/* LOGO */
.page .glpi-logo {
background: url("logo_location") 0 0 no-repeat;
height: 66px;
width: 260px;
background-size: auto 100%;
}
Last edited by zekaleka (2023-11-03 08:44:05)
Offline
Thank you. It worked fine!
Offline
Pages: 1