I placed my ad zone inside a widget in order to place it where I want it, but the background is white, and my page background is a tan/beige. How can I change the widget's background color? I tried adding this code to the CSS of the widget but it didn't work.
{
background-color: (240,201,114);
}
To change the background of the AdPlugg Widget, you can use the following CSS rule:
.widget.adplugg {
background-color: rgb(240,201,114);
}
Here's how to add the rule in WordPress: