Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Widget Background Colors (http://forum.bytesforall.com/showthread.php?t=2477)

tim5046 Jul 16, 2009 01:22 PM

Widget Background Colors
 
Hello,

I've been trying to change the background colors of my sidebar widgets for some time now to no avail. I want to make the widget title transparent, but put a color into the widget content box. I know it's probably a simple fix, but I've tried everything I could to figure it out and I'm stuck. Any help would be fantastic



Thank you!

Flynn Jul 16, 2009 06:11 PM

Your problem may be that Atahualpa's proprietary extra container div.widget-content is gone now for better plugin compatibility. You have these options now

The whole widget is

div.widget {
background: #123456;
}

To target only the widget content you'd have to use

div.textwidget,
div.widget ul {
background: #123456;
}

This should cover the content area of most widgets. If it does not you'd have to look into the browser rendered source code and look what kind of div, form or other element that widget wraps around its content.

You don't need CSS Inserts for that, there are text areas for the various widget sections at "Style Widgets"


All times are GMT -6. The time now is 05:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.