hi,
how can I add a black background to the titles of the widgets? If I change something in style.css nothing changes on my website.:-( if i go to the color tab in theme settings, there is only the color for the title i can change, not the background of the title.
#sidebar .widgetheading h2 {
display: inline;
padding: 3px 10px;
background: #000;
font-family: Lobster,Arial, Helvetica, sans-serif;
color: #fff;
font-size:13px;
text-decoration:none;