David
asked 8 years ago

I’m not a fan of the sticky styling as it is in the posts grid widget. Is there a quick and easy way to make the sticky posts in that grid look like the non-sticky posts?

1 Answers
DominicStaff
answered 8 years ago

To resolve this issue, you can add the following code to the style.css file:

.posts-grid .sticky .entry-wrap {
    background: #fff;
    color: #3c3c3c;
}
.posts-grid .sticky .entry-title a {
    color: #000 !important;
}
.posts-grid .sticky .entry-title a:hover, .posts-grid .sticky .entry-title a:active {
    border-color: #aaa !important;
}

Hope this helps !

david rummelhoff
replied 8 years ago

Thank you.

Powered by DW Question & Answer Pro