Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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