Fast solution: go to your theme folder and open style.css file (or you can also edit it through the “Appearance” > “Editor” menu in your wp-admin) and find the following code:
dl dt {
background: url("images/list-arrow.gif") no-repeat scroll 0px 3px transparent;
padding: 0px 0px 3px 32px;
change to:
dl dt {
/* background: url("images/list-arrow.gif") no-repeat scroll 0px 3px transparent; */
padding: 0px 0px 3px 32px;
or simply remove the whole “background: ” line.