I'm trying to implement a custom image for a Worpress widget title but its not working. I'm trying to add this code for all Recent Post widgets, but I don't think I'm using the right selector.. This is what I have.. .custom .widget_recent_entries h4 { width:253px; float:left; background:url(images/iconNews.gif) no-repeat 12px 6px; font-weight:bold; font-size:16px; color:#fff; height:22px; padding-left:38px; padding-top:8px; background-color:#527db0; } Code (markup): and here's the link to my site. Can anyone help me out?
Never mind, once again I figured it out. Just added the code in red and it worked [COLOR="Red"]#sidebar[/COLOR] .widget[COLOR="Red"]_recent_entries[/COLOR] h4 { width:253px; float:left; background:url(images/iconNews.gif) no-repeat 12px 7px; font-weight:bold; font-size:16px; color:#fff; height:22px; padding-left:38px; padding-top:8px; background-color:#527db0; } Code (markup):