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

This Article Is For:

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

The below instructions are for making the content area on a page (excluding sidebar) transparent

Step-by-step guide

  1. On the 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)
<style>
#theContent-wrapper {
	background-color: transparent;
}
</style>

     3. Click 'Save'


Filter by label

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