Home › Support Forums › Theme Support › Enlightenment › Home page and SEO? › Reply To: Home page and SEO?
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; }