Reply To: Home page and SEO?

#20528
Daniel Tara
Keymaster

In a future version there will be an option to add a background color and image to sidebars. Until then you can manually add a background color through CSS. You can see each sidebar has a class like sidebar-before-content, so all you have to do is add in custom CSS:

.sidebar-before-content {
	background-color: #f0f0f0;
}