Remove numbering in the table of contents
- Applies to:
- All MindTouch Versions
- Role required:
- Draft Contributor
Remove the heading numbering from the Table of Contents (TOC).
The table of contents (TOC) is automatically generated on a Expert page and displays all page headings in a number list format.
Remove the numbering on a single page
- Open the page on which you want to hide the TOC in Edit mode.
- In the editor toolbar, click Styles > CSS from the Editor toolbar.
- Add the following code to the CSS field:
code
#mt-toc-container li:before { display: none; }
Remove numbering globally
To apply a style change for your entire site, make CSS changes in Custom Site CSS.
Alternatively, you can display only certain headings in the TOC.