How Do I Make A Specific Page Background (Excluding Sidebar) Transparent?

How Do I Make A Specific Page Background (Excluding Sidebar) Transparent?

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 Make A Specific Page Background (Excluding Sidebar) One Color ?

      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 ...
    • How Do I Add A Clickable PDF To A Page?

      This Article Is For: All users who have access to: Pages This is applicable to: All themes These are the instructions for adding a clickable PDF to a page, blog etc Step-by-step guide Upload your PDF to the SoCast media library After it has been ...
    • Can I Add Custom Ads To A Page Or Sidebar?

      This Article Is For: All users who have the 'Access Sidebar' permission This is applicable to all SoCast Themes Requirements: Users must have admin access to Google DFP To do this, use the Custom HTML widget to place the ad code you've generated. DO ...
    • Sidebar Selection

      This Article is For: All users who have the 'Manage Website Settings' permission This is applicable to the SoCast 2.0 Theme and Hero 1.0 Theme Tips: Please create all Sidebars first These are the instructions for selecting your default sidebars for ...
    • How Do I Add or Edit A Page In My Website's Navigation Bar?

      This Article Is For: All users who have: Manage Page Navigation Permissions This is applicable to: All themes These instructions are used to add, re-order, or remove pages from your website’s primary and footer menu navigation. Step-by-step guide Go ...