Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Jack7
Contributor II
Contributor II

Custom colour background for Custom Sheet Size

Hi,

I am having troubles applying my preferred background colour to my custom size sheet. Whenever I apply my css code, the background colour does not fully apply to the sheet, it only applies around the sheet. When changed to responsive, the background colour applies to the whole sheet. Any help in resolving this matter is appreciated! thanks!

Below is the code and screenshot of my situation:

='.qvt-sheet {
background: #1E2225 !important;
}'

Jack7_3-1698375113525.png

Jack7_4-1698375130220.png

 

 

Labels (1)
1 Reply
Sivapriya_d
Creator
Creator

Hi,

If you are using latest Qlik Sense versions then try to adjust the sheet width  and set the back ground color as required.

Though with CSS below seems to be working, you can give it a try.
.qvt-sheet.qv-custom-size #grid{
background: #1E2225 !important;
}

Thanks,