Best Reply

This can be done with the help of User portal customization. Simply add this to the CSS > Code section to hide the search tab in the feedback widget:

.main-wrapper_widget a[name="search-button-search"] {
    display:none;
}

2 replies

Hello Swami,

Currently we don't offer this option so I will change your topic to an idea so we can track it. Thanks for writing!

This can be done with the help of User portal customization. Simply add this to the CSS > Code section to hide the search tab in the feedback widget:

.main-wrapper_widget a[name="search-button-search"] {
    display:none;
}