Skip to content
Public Ticket #28370

Post Status Styles

Conversation thread

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.



Erik started the conversation

Conversation Start

Hello,  

I'm working designing the user flow of freelance writers for the soledad magazine theme and I was wondering where and how to style post status?

When contributors look at their "My Posts" page.  It lists the status of their posts but the default colors and font are not very visible.  I would like to change these to better suit my designs.  Where do I do this?

Want to join this conversation or access attachments? Sign in first.