Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to remove the indicated border from the container in QlikSense November 2019.
In facts I want to remove this border in mashup but I didn't find the .css section to change it inside the theme.
Try something like:
.qs-container .qsc-item-wrapper, .qs-container .qsc-tab-row {
border: none;
}
It is probably inherited from the theme of the app. Change the theme to Sense Classic from Sense Focus.
It's already selected the theme QlikSense Classic.
Try something like:
.qs-container .qsc-item-wrapper, .qs-container .qsc-tab-row {
border: none;
}
Thank you, it's all I wanted!
Hi Erik,
I also want to remove the outer border from several containers, but i don't know how to implement the code you wrote into the .css editor.:
.qs-container .qsc-item-wrapper, .qs-container .qsc-tab-row {
border: none;
}
I'm kind of new on Sense so I would really appreciate if you could give further details about how/where to implement this code.
Attached 2 images (containers and dev hub web)
Thank you very much in advance!
KR,
Pedro
It worked!!, thanks Erik.