Hide table of contents Last updated Save as PDF Use on-page or global CSS to hide the Table of Contents on How-To, Reference, or Topic pages. Remove TOC from a page Open the page in Edit mode. In the editor toolbar, click Styles > CSS. Add the following code to the CSS field: #mt-toc-container { display: none !important; } Save. Remove TOC from entire site To apply a style change for your entire site: Navigate to Site tools > Control panel > Custom Site CSS. Add the following code to the CSS field: #mt-toc-container { display: none !important; } Save. You can also remove the heading numbering in the TOC or hide certain headings in the TOC. Only Admins can access the Control panel to make changes to Custom Site CSS.