Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
robert_mika
Master III
Master III

How To: Replace 'Analytics app' type name with CSS

Below instructions is for cloud version  

For desktop/On premise:

Depends on version you can still use the Multi KPI or an/the extension -see below)

 

With the help of the UI setting you can replace, hide or change most of the top panel items.

But if you (like me) need to hide or replace Analytics app part?

From this:

robert_mika_2-1760762653960.png

to this:

robert_mika_1-1760762618536.png

 

Please follow this few steps .

1.You can hide/replace the Logo and the Navigation Panel with available options:

robert_mika_3-1760762751543.png

 

2. For the 'Analytics App' 

To hide you can use native Qlik setting:

robert_mika_4-1760763076217.png

 

.css-1oqbpk3

{

display: none !important;

}

b) If you try to replace you will need to use an extension as the native option will not allow for that change

robert_mika_0-1760762362775.png

(Which is absolutely fine as you do not want anyone to inject something that may cause any problems)

I use  one from Regarden by @Önder Altınbilek

https://www.regarden.io/extensions/585ccce6-bb1d-47af-b265-d364f86869a0

Once installed:

robert_mika_5-1760763396977.png

 

css-1oqbpk3::before {

content: "Robert's Ideas";

color: #009086!important;

position: absolute;

font-size: 17px; /* smaller font */

font-family: Arial, sans-serif;

font-weight: normal; /* optional: adjust weight */

}

robert_mika_6-1760763457806.png

 

You can change the font style and size but you are limited to length of name.

Labels (3)
2 Replies
F_B
Specialist II
Specialist II

Nice customization, thank you for sharing!

Amit_Prajapati
Creator II
Creator II

Good one Robert's !