Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
justalkak
Partner - Contributor III
Partner - Contributor III

Qlik theme how to use css only on one sheet

Hi,

I would like to create a custom theme and modify background of first sheet using such a formula:

.qvt-sheet {
background-image: linear-gradient(90deg, #003758 20%, #fff 1%) !important;
}

But the rest of sheets should be white. Is it possible to achieve?

(I know I could modify the sheet using MultiKpi object, but I would like to have this in a theme, not on an object).

 

 

Labels (1)
3 Replies
PadmaPriya
Support
Support

Hi @justalkak 

 

Please refer to below articles for your reference:

How-to-create-a-custom-theme-in-Qlik-Sense 

https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/Extensions/Content/Sense_Extensions/H...

Thanks,

PadmanPriya

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!
justalkak
Partner - Contributor III
Partner - Contributor III
Author

There is not a word about my problem under the links so I dont know how to refer to one sheet only.

Apart from that, I regret that using css in Qlik is not well described yet. Is there a place we could find the css class names for Qlik objects? 

Thanks

anuragTupate
Contributor
Contributor

div [data-sheet-id="22248851-546a-418c-a544-181404f94ace"] {


background-size: 100% 100%;
}