Solved
Increase font size of Table Of Contents page
In the "initial Table of Contents page" there is a list with the links to all the Blocks within that TOC.
However, these links are a lot smaller than introduction message that goes with it.
How can I increase the size of these links?
Best answer by dobra021
@JoycaV,
Add this code to the Custom CSS field in the Look & Feel. Change the font-size to the desired size.
```
#Toc a,#Toc strong,#TocHeader a{
font-size:22px;}
```
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.