Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #200797

    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

    #201309

    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

    #201312

    Thank you Yigit!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sidebar Background Color-more than widget area’ is closed to new replies.