Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sri_c003
Partner - Creator II

Qlik Sense logo in Feb 2023

When we moved from Feb 2022 to Feb 2023 we are seeing a new logo icon show up on the top left corner. I have posted screenshots from both versions below.

Feb 2022

sri_c003_0-1697747424202.png

Feb 2023

sri_c003_1-1697747503879.png

This is how it looks now in Feb 2023 when deployed within our portal.

We need to remove the Qlik logo from top left corner introduced in Feb 2023 and have it inline with how it was in the earlier versions. Can you please let us know to suppress this logo.

sri_c003_2-1697747591275.png

 

Labels (1)
1 Solution

Accepted Solutions
DaveChannon
Employee

To add further commentary for any others who may later find this thread:

  • Qlik's OEM partners generally have agreements which provide flexibility to make Qlik products look and feel like their own software, hence permitting replacement or removal of Qlik marks across the solution
  • Qlik Sense Enterprise client managed does not have a single, supported way of replacing all logos, although it is usually possible to do this via modifying program files (as example above)
  • Qlik Cloud provides APIs which support out-of-the-box customisation of main interface logos, and we are working on additional coverage throughout the product

View solution in original post

7 Replies
ajaykakkar93
Specialist III

Hi,

change Qlik Logo

go to : C:\Program Files\Qlik\Sense\Client\hub\img\core\logo

replace the below images with apporiate same size images in png/svg format

devhub_logo_no_icon.png
Icon-App-120x120@1x.png
Icon-App-167x167@1x.png
Icon-App-60x60@1x.png
Icon-App-76x76@1x.png
logo-120x120-desktop.png
logo-120x120.png
logo-152x152-desktop.png
logo-152x152.png
logo-60x60-desktop.png
logo-60x60.png
logo-76x76-desktop.png
logo-76x76.png
qlik-community-logo.png
qlik-datamarket-logo.png
qlik-help-logo.png
Qlik-Logo_RGB.svg
qlik-market-logo.png
qlik-sense-desktop.png
qlik-sense-logo.png
qlik-sense-server.png
qlik-support-logo.png
sense-desktop.png
sense-logo-gray.svg
sense-server.png

 


go to : C:\Program Files\Qlik\Sense\Client\qmc\img

Icon-App-60x60@1x.png
Icon-App-76x76@1x.png
Qlik-Logo_RGB.svg
qmc-popover-arrow.gif
qv-loader.svg
Sense_120x120.png
Sense_167x167.png


replace Qliks favicon.ico with your favicon.ico in below folders

C:\Program Files\Qlik\Sense\Client\dev-hub\assets\images
C:\Program Files\Qlik\Sense\Client\dev-hub
C:\Program Files\Qlik\Sense\HybridSetupConsole\client
C:\Program Files\Qlik\Sense\Client
C:\Program Files\Qlik\Sense\Client\assets\images




Add the below in all HTML files 

 
<style>
button#back-to-hub-button span svg {
    display: none !important;
}
 
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;
}
 
</style>

ajaykakkar93_0-1697771627436.png

 

 

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

Daniele_Purrone
Support

Hi, while it possible to technically change the logo 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.

So, doing that will violate the license agreement.

Daniele - Principal Technical Support Engineer & SaaS Support Coordinator at Qlik
If a post helps to resolve your issue, please accept it as a Solution.
sri_c003
Partner - Creator II
Author

@Daniele_Purrone 

Thank you for reply. We are OEM partners with Qlik, and we are not looking to change it everywhere, but on the specific page mentioned in the screenshots - on the qlik app page on the top left. Considering this isn't part of about of copyright, trademark or notice, we are going ahead and removing this.

Please let us know if this is a concern.

ajaykakkar93
Specialist III

If only application image is the concern then add the above style in the HTML files 
Note: please do stop the services & do this activity.


aka.

Add the below in all HTML files 

 
<style>
button#back-to-hub-button span svg {
    display: none !important;
}
 
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;
}
 
</style>

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

Daniele_Purrone
Support

Hi @sri_c003, OEM partners are allowed to rebrand the product, so you can definitely go ahead with it.

Daniele - Principal Technical Support Engineer & SaaS Support Coordinator at Qlik
If a post helps to resolve your issue, please accept it as a Solution.
DaveChannon
Employee

To add further commentary for any others who may later find this thread:

  • Qlik's OEM partners generally have agreements which provide flexibility to make Qlik products look and feel like their own software, hence permitting replacement or removal of Qlik marks across the solution
  • Qlik Sense Enterprise client managed does not have a single, supported way of replacing all logos, although it is usually possible to do this via modifying program files (as example above)
  • Qlik Cloud provides APIs which support out-of-the-box customisation of main interface logos, and we are working on additional coverage throughout the product
sri_c003
Partner - Creator II
Author

Thank you @Daniele_Purrone and @DaveChannon