Bg Color for Sidebar.

Posted in: Newspaper
Post count: 4

Hi my blog is http://www.sinlesstiramisu.com — I want to have a separate bg color behind my sidebar to separate it from the rest of the page. Am unable to find a way to do so, please guide and thanks very much.

best wishes.

Post count: 6600

Hi,

Unfortunately we don’t have a feature like that, you can do it by using this custom css:

.home .span4 .wpb_widgetised_column {
background-color: lightgray;
}

Add it in Theme Panel > Custom CSS to change the background on your Homepage, you need other css if you want to change it on other templates as well, for example to change the background-color on posts page you have to use this css:

.td-post-sidebar {
background-color: lightgray;
}

Hope this helps!
Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.