[Support request] Recent post icons

Home Forums Support [Support request] Recent post icons

Home Forums Support Recent post icons

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #645383
    Daren

    How do I add these icons like at https://perfmatters.io/docs/

    Sample
    https://ibb.co/cqopo9

    #645415
    Leo
    Staff
    Customer Support

    Hi there,

    They are using FontAwesome:
    https://docs.generatepress.com/article/font-awesome/

    Let me know if this helps 🙂

    #645500
    Daren

    I figured that but not sure how to add the icon and code it in. Could you advise?

    #645751
    Leo
    Staff
    Customer Support

    Can you link me to your page where you’d like the icon to be added to the list?

    #645763
    Daren
    #645768
    Leo
    Staff
    Customer Support

    Have you implemented FontAwesome?

    #645772
    Daren

    Not sure how to.

    #645932
    Leo
    Staff
    Customer Support
    #645995
    Daren

    I now have them installed.

    #646026
    Leo
    Staff
    Customer Support

    Try this CSS:

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

    Icons not showing correctly.

    https://ibb.co/ig9Eap

    #646368
    Leo
    Staff
    Customer Support

    That usually means FontAwesome is not installed.

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

    #646553
    Daren

    Looks like it is.

    https://ibb.co/mch2D9

    #646584
    Leo
    Staff
    Customer Support

    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.

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.