Home>Support>Sidebar background color

Sidebar background color

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi, is it possible to change the background color in the sidebar or even add a border between the content and the sidebar? I would like to do this to all my pages in the Vantage Theme.

Thanks!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 11 months ago Jon Liu

    Nevermind. I found CSS for the sidebar.

  2. 10 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Jon

    Thanks for running Vantage.

    It’s not a theme option but you can resolve with Custom CSS. Please keep in mind that if you’ve edited style.css that those changes will get overwritten the next time you update the theme.

    Here is one iteration of how this could be done. Paste the following under Appearance > Custom CSS:

    /* Vantage Sidebar Background Color */
    
    #secondary {
    background: #eee;
    padding: 5%;
    width: auto;
    }
  3. 10 years, 11 months ago Jon Liu

    Thanks! I made some edits to the CSS. As that code made the sidebar go the entire width of page:

    /* Vantage Sidebar Background Color */
    
    #secondary {
    float:right;
    width:23.762%;
    background:#f4f4f4;
    padding:15px;
    }
  4. 10 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad that worked out.

    All the best.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More