Q&A
Mr. Pickles the AdPlugg Pug

How do I change the background color of the widget my ad is in?

+1
0
-1

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);

}

 



Answers

+1
0
-1

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:

  1. Log in to your WordPress administrator.
  2. Go to Appearance, then Customize, then Additional CSS.
  3. Add the CSS code from above.
  4. Press the Save & Publish button at the top of the screen.