Skip to main content
NICE CXone Expert
Expert Success Center

Remove the Category and Guide Filter

Applies to:
All MindTouch Versions
Role required:
Admin
Use CSS to remove the Category and Guide filters on the Search Results page.

To remove the Category and Guide filters on the Search Results page:

  1. Navigate to Site Tools > Control Panel > Branding > Custom Site CSS.
  2. Add the following code to the appropriate custom CSS field:
    li.mt-search-filtersV2-classification-article-topic-category, 
    li.mt-search-filtersV2-classification-article-topic-guide {
        display: none;
    }
    
  3. Save the changes.

 If the above CSS does not work, your search filters may be from an older version of the UI. If that is the case, follow the steps below:

  1. Navigate to Site Tools > Control Panel > Branding > Custom Site CSS.
  2. Add the following code to the appropriate custom CSS field:
    li.mt-search-filters-classification-article-topic-category, 
    li.mt-search-filters-classification-article-topic-guide {
        display: none;
    }
    
  3. Save the changes.

 

  • Was this article helpful?