How Do I Make A Specific Page & Sidebar Background Transparent / All One Color?

This Article Is For:

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

The below instructions are for making the entire content area (page & sidebar) transparent or a custom color. 

Step-by-step guide

  1. On page or sidebar 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 for 'Transparent' if you would like it to be a color, replace background-color: transparent; with a color hex code like: background-color: #CCCCCC;
<style>
#theContent-wrapper, #theSidebar {
	background-color: transparent;
}
</style>

     3. Click 'Save'



Related articles

Filter by label

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