Loading...
 
Features / Usability

Features / Usability


Re: Limiting TOC to only show top headings?

posts: 4656 Japan

You can stop the display of child levels with CSS, something like this:

Copy to clipboard
div.wikitext ul.toc li.toclevel ul { display: none; }



-- Gary

There are no comments at this time.