Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
to this:
Please follow this few steps .
1.You can hide/replace the Logo and the Navigation Panel with available options:
2. For the 'Analytics App'
To hide you can use native Qlik setting:
.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
(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:
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 */
}
You can change the font style and size but you are limited to length of name.
Nice customization, thank you for sharing!
Good one Robert's !