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_Screenshot-code_color_table_of_content.png

  1. Go to Settings → Knowledge base site → Custom CSS & JavaScript → 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

Outcome

Before

The dafault 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