Increase font size of Table Of Contents page | XM Community
Skip to main content
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?
@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;}

```

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