Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
How I can change the QLIK logo which is in the top left of a screen application please ?
The style image not working
Thanks a lot for your help.
Regards,
Bruno
Hello thanks for your answer.
When I go to https://community.qlik.com/t5/Official-Support-Articles/Customizing-Qlik-Sense-Forms-Login-Page/ta-p... it's only for login page and it's not my subject because this logo is when we open a sheet into an application Qlik Sense.
When I go to https://community.qlik.com/t5/Qlik-Architecture-Deep-Dive-Blog/Customizing-Qlik-Sense-Forms-Login-Pa... I have the page :
@Bruno_D2BI I don't know if its possible, as the KB says:
Per Qlik's User License Agreement, Qlik copyright, trademark or other proprietary notice displayed or included in the Qlik Products cannot be customized or removed from Qlik's Products.
Anyone else here on Community try to change this? @Mike_Dickson or @JayBrown ?
Hi Bruno_D2BI ,
I can help you with this, please follow the below steps.
button#back-to-hub-button span {
background: url(../../../resources/hub/img/core/logo/Qlik-Logo_RGB.svg) no-repeat;
height: 24px;
width: 84px;
background-size: 105px 32px;
background-position-x: center;
background-position-y: center;
}
button#back-to-hub-button span svg {
display: none !important;
}
Bonjour @ajaykakkar93 ,
Merci pour ce retour et désolé pour le délais de réponse.
Je ne peux pas faire de test facilement car je n'ai pas d'environnement de test pour le faire.
Je n'ai pas saisie complètement où je dois insérer ce bout de code.
Voici une copie d'écran sur le fichier client.html
Mais en mettant cela en PROD, je n'arrive plus à ouvrir les applications.
Merci d'avance.
Cordialement,
Bruno
Hi,
You need to create a style tag & then add the above code, You are adding in the script tag
<style>
button#back-to-hub-button span {
background: url(../../../resources/hub/img/core/logo/Qlik-Logo_RGB.svg) no-repeat;
height: 24px;
width: 84px;
background-size: 105px 32px;
background-position-x: center;
background-position-y: center;
}
button#back-to-hub-button span svg {
display: none !important;
}
</style>
Hi,
Veuillez accepter la solution si cela vous aide, ou pour toute autre question, veuillez écrire un commentaire afin que nous puissions clôturer cela.
Please accept the solution if it helps, or any other queries please write a comment so that we can close this.
Bonjour,
J'ai pu enfin testé cette solution et ça marche parfaitement merci encore 🙂
Bonne journée.
Cordialement,
Bruno