I need the right sidebar on content pages to be a different color from the main page content. What part of the General Styling options sets the default color? How do I customize that color if needed?
For some reason, this code (from your post here: https://kriesi.at/support/topic/changing-the-side-bar-background-color/ )doesn’t seem to work.
div.sidebar {
background: white;
}
Hey!
Try adding this code to the Quick CSS:
.sidebar {
background: white;
}
#header_main_alternate, #header {
-webkit-transform: translateZ(0);
}
Cheers!
Josue
That fixed it–thanks!
You are welcome, always glad to help :)
Regards,
Josue