You would want to change the color of the table of contents to showcase it better. Follow the below steps to change the color of the table of contents.

Solution

  1. Go to the Settings ( ) icon > Knowledge base site > Custom CSS & JavaScript, and Custom CSS.

  2. Paste the below code snippet:

.content_block .content_container .page-action .article_action_links ul li a
{
color: red;
}
  1. In the above snippet, replace red with your desired color.

  2. Click Save .
    1_Screenshot-Updated_code_color_table_of_content

Outcome

Before

The default color of the table of content is grey.

2_Screenshot_Before_color_of_table_of_Content.png

After

The color of the table of content is changed to red.

3_Screenshot_After_color_of_table_of_Content.png