Home>Support>Change Sidebar Background Color?

Change Sidebar Background Color?

By Jacob Downey, 9 years ago. Last reply by Otto, 9 years ago.

Hello, I’m wondering where or how I can change the sidebar background color/ font color?

Also, How would I be able to get the header widgets to display below the logo or at least further to the right?

Thanks,
Jacob

URL: http://confessionsofasmartass.com

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

  1. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Jacob

    The sidebar unfortunately doesn’t have options in the Customizer. Try the following under Appearance > Custom CSS and edit as required:

    /* Vantage Sidebar Background Color */
    
    #secondary {
    background: #eee;
    padding: 5%;
    width: auto;
    }
    
    /* Vantage Sidebar Widget Headings Color */
    
    #secondary .widget .widget-title {
    color: #3b3b3b;
    }
    

    There isn’t more space in the header. You could either reduce the width of your logo or you could increase the site width with the following inserted under Appearance > Custom CSS:

    /* Vantage Boxed Page Wrapper */
    
    body.responsive #page-wrapper {
    max-width: 1200px;
    }
    
  2. 9 years, 9 months ago Otto

    Dear Andrew,

    tried to change my sidebar color by using your CSS proposal, but unfortunatly my sidebar completely disapears afterwards.

    Can you help

    Thanks

    Otto

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