
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
- On 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)
-
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>
-
Click ' Save '