
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Modify the QLIK Logo in Left top of an application
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
- Tags:
- Personnalization
- « Previous Replies
-
- 1
- 2
- Next Replies »
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 :

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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 ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bruno_D2BI ,
I can help you with this, please follow the below steps.
- Take a Remote desktop of your Qlik environment using a service user
- Stop all qlik services
- Then browse to this path C:\Program Files\Qlik\Sense\Client
- Only filter out HTML files
- then add the below style to the tag at the head of all the HTML files
- Change in below code, background: url(YOUR URL TO THE IMAGE) no-repeat;
- Start all qlik services
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;
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bonjour,
J'ai pu enfin testé cette solution et ça marche parfaitement merci encore 🙂
Bonne journée.
Cordialement,
Bruno

- « Previous Replies
-
- 1
- 2
- Next Replies »