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: 
bernhard2760
Partner - Contributor III
Partner - Contributor III

Hide Buttons from Seach bar with CSS insert using Multi KPI Object

Dear Qlik Community,

 

I am trying to customize a standard app using CSS insert with the Multi KPI Object. I am able to hide the whole pane but by adressing single elements I won't succeed. I have tried to adress the tid and the class. What am I doing wrong?

 

Kind regards

Bernhard

SelectionSearchBarButton.png

li[tid="toggleGlobalSearchButton"] {

    display: none;

}

button[tid="toggleGlobalSearchButton"] {

    display: none;

}

.qv-subtoolbar-button toggle-button borderbox

 {

display: none !important;

}

0 Replies