Hide Recommended Articles
Hide the Recommended Articles section on an individual page
- Open the page in Edit mode on which you want to hide the Recommended Articles
- In the editor toolbar, click Styles and select CSS from the drop-down menu.
- 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 tools > Control panel > Custom Site CSS.