Change the sidebar background color

Posted in: Newsmag
Post count: 4

Which class name do I use to change the background color of the sidebar?

I’m already using this for module 8 since it applies to block 9
.td_module_8 .meta-info {
display: none;
}

Post count: 7909

Hi,

Please provide a link and more details about this. Do you use block 9 in your sidebar? Also do you use widgetised sidebar block for your homepage? Or do you want to change the color for your post sidebar?

Thanks!

Post count: 4

Hey Alin,

You can see my website here.

What I really want is to change the sidebar color site wide. If that’s not easily possible without having to set custom CSS for every module/block even for custom sidebars, etc. then I’ll leave it white.

Thanks for looking into this!

Post count: 7909

Hi,

You can try this custom css to change background color for your sidebar – http://screencast.com/t/n2X7Q1w18http://screencast.com/t/x877tKFsU

.wpb_widgetised_column, .td-main-sidebar {
background-color: red;
}
.page .wpb_widgetised_column .td-g-rec-id-sidebar {
margin-top: 0px;
padding-top: 20px;
}

Thanks!

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