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
- On the page 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)
<style> #theContent-wrapper { background-color: transparent; } </style>
-
Click ' Save '