Skip to main content
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