Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
scotly-victor
Creator II
Creator II

Qlik sense sheet Background color change

Is it possible to change sheet background color in Qlik sense?

6 Replies
undergrinder
Specialist II
Specialist II

Hi Scotly,

You don't do that by default, but you can use themes at up to Qlik Sense 2.0

More Qlik Sense Themes

G.

reddy-s
Master II
Master II

Hi Scotly,

You will have to go with a custom style sheet/ theme to achieve this.

ajaykakkar93
Specialist III
Specialist III

you can try this extension Qlik Branch

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

RMQLIKUSER
Contributor II
Contributor II

Is it compatible with sept 2018 release.

syedmazhar
Contributor III
Contributor III

Add a multi KPI on your sheet and past the below code if you to change the background color of your sheet.

The below code will change the sheet color and also it will make MultiKPI object transparent. 

 

 

.qv-panel-sheet {
background: linear-gradient(0deg, rgba(253,253,253,1) 0%, rgba(253,253,253,1) 0%);}

.qv-object-qlik-multi-kpi { display:none; }
.qv-mode-edit .qv-object-qlik-multi-kpi { display:flex; }

 

Use the below code if you want to change the filter color.

 


.qv-listbox .serverLocked, .qv-listbox .serverSelected, .qv-listbox li.selected {
background-color: #7500c0;
color: #fff;
border-bottom: 1px solid ##7500c0;}

mattphillip
Creator II
Creator II

Really interested in using your solution here. Just wanted to confirm where you are adding this code please?

Many thanks!

Matt