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?
Page 1 / 1
@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;}
```
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;}
```
dobra021 This worked, do you have a secret for also changing the font size of different lines of the TOC? For example:
Line 1 (bold, 22 point font)
Line 2 (18 point font)
Line 3 (18 point font)
Line 4 (bold, 22 point font)
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.