
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
- On page or sidebar select the ' Raw HTML ' widget
- 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)
-
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>
- Click ' Save '