eagames12345
New Member
I'm using a text widget, Black Studio TinyMCE, in WordPress. For some reason, I cannot get the background color to match the background of the header (#192E82). Currently, the header looks like this -- as you can see, there's a white outline surrounding the text area:
And when I Firebug the selection, Firebug shows this:
I can add whatever custom CSS I'd like to. But I'm not sure how to do so. I'm unsure which class I should use a # before, if any, or which class I should use a . before. Ultimately, I'd like to make that white area around the edge to match the background color of the header.For instance, this doesn't work -- in fact, nothing I've tried works!\[code\]#widget-wrap .textwidget {background-color:#192E82;}\[/code\]Does anybody know how I can accomplish getting the white to match the header background? Any guidance would be appreciated!EDIT: Here's a Fiddle of everything I could find:http://jsfiddle.net/jasonpaulweber/nvkVT/