How to remove ticket system references from the Knowledge Base

When customizing the knowledge base, how do I remove all ticket system references?

To make this customization you will need to have a basic knowledge of CSS.

  1. Open the style.css file for your knowledge base.  Knowledge base files can be found here.
  2. Please add this snippet of css code:    #supportcenterbox {display:none;}
  3. Please add this snippet of css code:     .box {display:none;}

After making the above changes, the result should look something like this:

Related articles