Skip to main content
NICE CXone Expert

We will be closed on Thursday November 28th & Friday November 29th due to the Thanksgiving Holiday

Expert Success Center

Hide Recommended Articles

Hide Recommended Articles on an individual page

  1. Navigate to the page where you want to hide the Recommended Articles.
  2. Open the page in Edit mode.
  3. In the editor toolbar, click Style CSS.
  4. Add the following code to the CSS field:
    .elm-related-articles-container {
        display: none !important;
    }
    

Hide Recommended Articles across a site

Only Admins can access the Control Panel to make changes to global Custom Site CSS.

To apply a style change for your entire site, make CSS changes in

  1. Navigate to Site toolsControl panel > Custom Site CSS.
  2. Add the following code to the All Roles CSS field, or whichever user roles you want to hide recommendations for:
    .elm-related-articles-container {
        display: none !important;
    }
    

 

  • Was this article helpful?