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)
-   -   [SOLVED] Adding bkground color to sidebar widget titles/headers (http://forum.bytesforall.com/showthread.php?t=3921)

RuthSmith Oct 16, 2009 10:50 AM

[SOLVED] Adding bkground color to sidebar widget titles/headers
 
Apparently I was using the wrong forum, so I will try this again.

I'm trying to add a bkground color to all the widget sidebar titles/headers.

I found this link here:
http://forum.bytesforall.com/showthr...t=widget+title

that says to do this:

through HTML/CSS Inserts -> CSS Inserts

div.widget_categories .widget-title {
border: solid 1px #000000;
background: #eeeeee;
padding: 5px;
}

I did the above and it only changed for the categories widget.

What do I put in place of "categories" to have it work for other widgets like ad rotator widgets and recent posts widget? I've tried recentposts, recent-posts, recent_posts and it didn't work.

I'm using the most recent wordpress and theme at bestallergysites.com

Thanks in advance!

ETA: "text" works for text widgets-but still having trouble with header recent posts and ad rotator 1

juggledad Oct 16, 2009 11:19 AM

you will need to look at the a page then it's generated source to see what other CSS selectors you will need, like for ad rotator

For recent posts, you can use 'div.widget div.widget-title h3'

RuthSmith Oct 16, 2009 11:42 AM

Thank you so much. That def worked.

However, it then bumped the size of the colored box behind the categories bar. I manually adjusted the padding (it's now down to 0 for categories and 6 for recent posts), but wondering why it would do that.

Thanks again for the prompt reply and help!


All times are GMT -6. The time now is 01:49 AM.

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