Remove numbering in the table of contents

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

  1. Open the page on which you want to hide the TOC in Edit mode.
  2. In the editor toolbar, click Styles > CSS from the Editor toolbar.
  3. 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.