Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Heny
Contributor II
Contributor II

help with JSON file for new theme

Hi,

I would like to create a new Qlik Sense theme that does the following:

    1. Is mostly inherited to the breeze theme.

    2. I want to change the background color for the "textImage" object to "transparent"

can anyone help me how this JSON file is supposed to look?

Thanks

1 Solution

Accepted Solutions
nicu1996
Contributor III
Contributor III

Based on your theme, create a new theme by using: https://sensetheme.com/ and add in theme.css the following code:

Screenshot_777.png

Each chart has a unique class name. In this case: qv-object-text-image.

Install the new theme and add a new Text & image chart.

Screenshot_776.png

As you can see, the background is transparent (this property is set in theme.css)

 

Second option - please take a look here: https://help.qlik.com/en-US/sense-developer/April2019/Subsystems/Extensions/Content/Sense_Extensions...

Maybe backgroundColor property is what you need.

View solution in original post

4 Replies
nicu1996
Contributor III
Contributor III

Please use this tool: https://sensetheme.com/

Heny
Contributor II
Contributor II
Author

Thanks, but I tried this site already

all their options are global

I couldn't find where to  change the setting for a single object

Heny
Contributor II
Contributor II
Author

still can't figure it out.
any help?
Thanks!
nicu1996
Contributor III
Contributor III

Based on your theme, create a new theme by using: https://sensetheme.com/ and add in theme.css the following code:

Screenshot_777.png

Each chart has a unique class name. In this case: qv-object-text-image.

Install the new theme and add a new Text & image chart.

Screenshot_776.png

As you can see, the background is transparent (this property is set in theme.css)

 

Second option - please take a look here: https://help.qlik.com/en-US/sense-developer/April2019/Subsystems/Extensions/Content/Sense_Extensions...

Maybe backgroundColor property is what you need.