Change posts hover icon to font awesome anchor icon

Hi, im trying to change that little paper icon that happens when you hover over a post to the font awesome anchor icon
But im not sure how to complete this.

.x-recent-posts .format-standard .x-recent-posts-img:before {
what do i put here???
}

TIA!
Rena

Hi @fatcatgraphics,

Thanks for reaching out.

It should be like this

.x-recent-posts .format-standard .x-recent-posts-img:before {
    content: "\f13d" !important;
}

Make sure it’s added to child theme’s style.css.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.