Site logo

Archived topic

Recent post icons

13 replies · Started by Daren on August 10, 2018

Viewing posts 1–14 of 14

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.

I now have them installed.

Try this CSS:

.widget ul li:before {
    font-family: FontAwesome;
    content: "\f0f6";
}

That usually means FontAwesome is not installed.

Can you try outputting an icon in the content and see if it shows?

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.

This archived topic is closed to new replies.