Skip to main content
NICE CXone Expert
Expert Success Center

Hide Recommended Articles

Hide the Recommended Articles section on an individual page

  1. Open the page in Edit mode on which you want to hide the Recommended Articles
  2. In the editor toolbar, click Styles and select CSS from the drop-down menu.
  3. Add the following code to the CSS field:
    .elm-related-articles-container {
        display: none !important;
    }
    

Hide Recommended Articles with global CSS

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

To apply a style change for your entire site, make CSS changes in Site toolsControl panel > Custom Site CSS

  • Was this article helpful?