Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Add A Background to Qlik Sense -Hub -Startpage

Hi,

i would like to insert a image on this start-page from qliksense. In the hub (main hub).

Qliksense-question.png

Is this possible? How i can do that?

Thanks for you help.

1 Reply
Anonymous
Not applicable
Author

I have found a solution . You must change this file:

C:\Program Files\Qlik\Sense\Client\hub\hub.css

#q-route-area

After that you can insert this code:

background-image: url(img/qlik-sense-logo.png);

background-repeat: no-repeat;

background-attachment: fixed;

background-position: center;

When you save this file you must stop all service and delete the cookies by browser.