Change Sidebar Background Color?
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi 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; }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.