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: 
prabhu0505
Specialist
Specialist

How to stop my Widget inheriting style from Theme?

How to stop my Widget inheriting style from Theme?

My widget is inheriting title padding white space from sense focus theme, need to figure out a way to stop this.

Appreciate any help!

Labels (1)
1 Solution

Accepted Solutions
prabhu0505
Specialist
Specialist
Author

Created custom theme with below css code for border and by default there is no padding added to the top of the Text & Image or Extension object.

theme.css

.qvt-sheet {
background: #000000 !important;
}
.qv-inner-object {
border: 1px solid hsl(49, 100%, 50%);
padding: 5px;
}

My final theme folder had three below files.

1. abcd.qext

2. theme.json

3. theme.css

View solution in original post

1 Reply
prabhu0505
Specialist
Specialist
Author

Created custom theme with below css code for border and by default there is no padding added to the top of the Text & Image or Extension object.

theme.css

.qvt-sheet {
background: #000000 !important;
}
.qv-inner-object {
border: 1px solid hsl(49, 100%, 50%);
padding: 5px;
}

My final theme folder had three below files.

1. abcd.qext

2. theme.json

3. theme.css