Archived topic
Recent post icons
13 replies · Started by Daren on August 10, 2018
How do I add these icons like at https://perfmatters.io/docs/
Sample
https://ibb.co/cqopo9
Hi there,
They are using FontAwesome:
https://docs.generatepress.com/article/font-awesome/
Let me know if this helps :)
I figured that but not sure how to add the icon and code it in. Could you advise?
Can you link me to your page where you'd like the icon to be added to the list?
Have you implemented FontAwesome?
Not sure how to.
Have you checked out the link here?
https://generatepress.com/forums/topic/recent-post-icons/#post-645415
I now have them installed.
Try this CSS:
.widget ul li:before {
font-family: FontAwesome;
content: "\f0f6";
}
Icons not showing correctly.
That usually means FontAwesome is not installed.
Can you try outputting an icon in the content and see if it shows?
Looks like it is.
Hmm can't find that icon in this library:
https://fontawesome.com/icons?d=gallery
Can you find one that's in the free list that you want to use?
Might also want to try disabling the caching plugin and see if it helps them to show up.