This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Change Sidebar Background Color?

Open 2 replies premiumthemetheme-vantage
Started · Latest reply by Otto

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Andrew Misplon Staff

    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. 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.

Have a different question or issue?

Start New Thread