If you would just like to remove the blue background and keep the text, add this code to your style.css
file:
.post .date{
background:none;
}
Note that removing the blue background will cause the month text to not be visible (since it’s white on a white background). You will also need to change the month colour in that case.
If you want to remove the entire post date, just tick the Hide post date option in Graphene Display options page.