Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jonashertz
Contributor III

How do I change css settings for all object types in a theme?

I have created a theme with a theme.css file with the following:

.qv-object * {
    border:0px !important;
    border-radius: 0px !important;
}

My objects still have borders and rounded corners. Is there a way where I in the CSS file can turn off borders for all objects?

jonashertz_0-1664283747155.png

 

Labels (1)
1 Reply
ajaykakkar93
Specialist III

hi,

try without *

 

.qv-object {
border:0px !important;
border-radius: 0px !important;
}

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting