Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Claudiu_Anghelescu
Specialist
Specialist

Remove border from Container

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.

Border.png

To help community find solutions, please don't forget to mark as correct.
Labels (2)
1 Solution

Accepted Solutions
ErikWetterberg

Try something like:

.qs-container .qsc-item-wrapper, .qs-container .qsc-tab-row {

 border: none;

}

 

View solution in original post

6 Replies
Lisa_P
Employee
Employee

It is probably inherited from the theme of the app. Change the theme to Sense Classic from Sense Focus.

Claudiu_Anghelescu
Specialist
Specialist
Author

It's already selected the theme QlikSense Classic.

To help community find solutions, please don't forget to mark as correct.
ErikWetterberg

Try something like:

.qs-container .qsc-item-wrapper, .qs-container .qsc-tab-row {

 border: none;

}

 

Claudiu_Anghelescu
Specialist
Specialist
Author

Thank you, it's all I wanted!

To help community find solutions, please don't forget to mark as correct.
pedromurillo
Contributor
Contributor

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)

containers.PNGdev_hub.PNG

Thank you very much in advance!

 

KR,

Pedro

NITROG3NN
Partner - Contributor III
Partner - Contributor III

It worked!!, thanks Erik.