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
For Theme 3.0
- Go to the page
- Using the raw html widget, add the following code. We reccomend copying and pasting into notepad first to remove any formatting
- Make sure to replace the #CCCCCC with your own hexcolor code.
<style> .sc-content-area {background-color: #CCCCCC;} </style>
Click 'Save'.