i would like to change the header color on my sidebar widgets. I have used the code below but it changes the entire widget both header and space around the content.
.widget {
background-color : #D4D496;
}
Is there anyway to just change the widget header, and leave the space around the content white? If so I would like to do it in the Custom CSS box.
for those general formatting problems, try working with a browser inspection tool (such as Firebug) to find out which element is styled by which style;
the widget title for instance is styled with .widget-title.