How Do I Make a Specific Page Background Transparent (Excluding Sidebar) in SoCast?

How Do I Make a Specific Page Background Transparent (Excluding Sidebar) in SoCast?

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 '