Change the default Web Help color scheme - On Premises: 6.4

Publishing

To change the default color scheme:

  1. Open the index.htm file and locate the following code in the head section.

    <!--uncomment this line to change the theme/color to gray-->

    <!--<link rel="stylesheet" type="text/css" href="extjs/resources/css/xtheme-gray.css" />-->

  2. Remove the comment code from the start and end of the line so the link to the stylesheet is activated.

    <link rel="stylesheet" type="text/css" href="extjs/resources/css/xtheme-gray.css" />

  3. Save the changes to the index.htm file.

Return to the default blue scheme by adding the comment code back to the stylesheet reference.