CSS sticky posts

Try a :first-child pseudo selector on the element wrapping the post… so if it’s a post grid module and each post has a class of .fl-post-column, use:

.fl-post-column:first-child { color: pink; }