Hi,
I followed with interest the support reply #198786, and found it useful. But what if I want to fill the entire sidebar with a different color or background image than my main content area. Right now, the color is behind the widget content only using your suggestion:
.sidebar_right .widget{
background-color:#bbc1c7;
padding: 20px !important;
}
If I use more padding, then the widget content gets squeezed. The site is http://www.glennbrassington.com. Thanks for your assistance!
-Pelyon
Hi pelyon!
You can add following code to Quick CSS in Enfold theme options under Styling tab to change the background color of sidebar
.main_color .sidebar { background-color: red; color: green; }
Best regards,
Yigit
Thank you Yigit!