How Do I Make A Specific Page Background (Excluding Sidebar) One Color ?

This Article Is For:

  • Users who have 'Page' Permissions
  • Users who are comfortable working with HTML


The below instructions are for making a specific page background a custom color.

Step-by-step guide

  1. On page select the 'Raw HTML' widget
  2. Paste the following code into the widget: (We suggest pasting it into notepad first to remove formatting that may have occurred when adding it to the Knowledge Base)
  3. Note: This code is set to #000000 if you would like another color, replace background-color: #000000; with a color hex code like: background-color: #CCCCCC;
<style>
#theContent {
	background-color: #000000;
}
</style>

     3. Click 'Save'


Filter by label

There are no items with the selected labels at this time.