Hide Recommended Articles
Hide Recommended Articles on an individual page
- Navigate to the page where you want to hide the Recommended Articles.
- Open the page in Edit mode.
- In the editor toolbar, click Style > CSS.
- 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
- Navigate to Site tools > Control panel > Custom Site CSS.
- 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; }