Deleted previous answer, it was wrong
To hide title (category id 1)
Code:
.block--category1 h2.block-header a
{display:none}
To add an icon
Code:
.block.block--category.block--category1 .block-header:before {
.m-faBase();
content: '\f79f';
}
For an image, I'm not sure