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 '


    • Related Articles

    • How Do I Change the Background Color of a Specific Page (Excluding the Sidebar) in SoCast?

      How Do I Change the Background Color of a Specific Page (Excluding the Sidebar) in SoCast? This Article Is For: Users with 'Page' permissions Users comfortable working with HTML Follow these instructions to set a custom background color for a ...
    • What Are Common Website Structure FAQs for SoCast Broadcasters?

      What Are Common Website Structure FAQs for SoCast Broadcasters? Below are answers to frequently asked questions about customizing your website structure using SoCast tools. These resources will help you manage backgrounds, navigation bars, and ...
    • How Do I Change the Sidebar Background Color in SoCast?

      How Do I Change the Sidebar Background Color in SoCast? This Article is For: All users with the Manage Website Settings permission Applicable to the SoCast 2.0 Theme and Hero 1.0 Theme These instructions explain how to change your Sidebar Background ...
    • How Do I Edit The Sidebar in SoCast Engage?

      Log in to SoCast Engage. Navigate to Website > Website Structure > Side Bars. Locate the default, global sidebar (typically named with "Template Sidebar" or similar). This sidebar appears on every page with the sidebar enabled. Edit the global ...
    • How Do I Create a Sidebar in SoCast?

      How Do I Create a Sidebar in SoCast? Who Is This Article For? All users with access to Sidebars Applicable to all themes Tips You must add your sidebar to a page before it will be visible. The sidebar width includes 10px of inner padding on the left ...