Vá em design -> Editar html -> Dê um CTRL + F e procure por: .post-footer {
Quando encontrar substitua todo o código que vem junto com ele e acrescente esse:
.post-footer {
margin: .5em 0;
line-height: 1.6;
background-color: #FFE4E1;
border-top: 1px dashed #696969;
font-weight: bold;
}