Questa la regola completa
.item-page {
background:#9DA0A8;
-webkit-border-radius: 6px;
border-radius: 6px;
}
devi poi editare le seguenti regole del file
/templates/td_cletra/css/template.css
eliminando le righe in rosso
.td-post-body:before {
background-image: url("../images/post.png");
bottom: 19px;
top: 19px;
}
.td-post-body:after {
background-image: url("../images/post.png");
bottom: 19px;
top: 19px;
width: 19px;
}
.td-post:before, .td-post:after {
background-image: url("../images/post_b.png");
content: url("../images/post_t.png");
font-size: 0;
}