WordPress/wordpress.org

Make blog pinned post style

Closed this issue · 2 comments

The pinned post style needs an update, current style with new theme activated:

@WordPress/meta-design

How about this?
Screenshot 2024-09-10 at 10 15 26

CSS:


/* Pinned posts */
.post.sticky .o2-post {
    border-top: none;
    background: var(--wp--preset--color--blueberry-4);
    padding-top: 40px !important;
    margin-top: 40px;
}

.sticky .o2-post:after {
    top: 44px;
    right: 60px;
    font-size: 14px;
    padding: 4px;
    background: var(--wp--preset--color--blueberry-1);
    border-radius: 2px;
    line-height: 14px;
}