Widget area background color

Hello,

I would like to change the background color of the widget area but cannot find how to do so.

Can you please help? Thanks in advance!

Add this code to Theme Options - Other - Custom CSS and change color code to one you want to use.

.widget {
    background: #111;
}