Skip to main content
NICE CXone Expert
Expert Success Center

Remove the Category and Guide Filter

Applies to:
All MindTouch Versions
Role required:
Admin
Remove the Category and Guide Filters on the Search Results page

Issue

Remove the Category and Guide Filters on the Search Results page

Resolution

  1. Navigate to Site Tools > Control Panel > Branding > Custom Site CSS
  2. Add the following code to the appropriate custom CSS field:
    .mt-search-carousel-container {
     display: none!important;
    }
    
  3. Save the changes
  • Was this article helpful?