Completed
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
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;
}