PenciDesign Supporter replied
Staff Reply
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.penci_post_action.deleted {
display: inline-block;
padding: 3px 7px;
border: 1px solid red;
color: red;
font-size: 12px;
transition: 0.3s all ease-in-out;
}
.penci_post_action.deleted:hover {
background: red;
color: #fff;
}Modify the CSS code above to fit your requirements.
Regards,
PenciDesign.