We'll create fresh WordPress site with F70 Simple Table of Contents installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This plugin display a table of contents at “Read More” block in your post. It is automatically created from the post headings (H2, H3).
This plugin does not have any javascript features such as smooth scrolling or folding. So if you mind about page speed or plugins confliction, you will love this.
You can set 2 settings each post.
To edit the appearance of the table of contents, write CSS. You can use “Customize > Additional CSS” or theme style sheets.
For example
Turn the box background a pale blue :
#f70stoc.table-of-contents{
background-color: #effcff;
}
Remove list marker :
#f70stoc.table-of-contents ol{
list-style-type: none;
}
Increase the space between the border and the text :
#f70stoc.table-of-contents ol li{
padding: 1em 0;
}