How to change "recent articles" icon?

Home Forums Gillion Theme How to change “recent articles” icon?

Home Forums Gillion Theme How to change “recent articles” icon?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • laboo
    Participant

    I’m going crazy for it.

    How can I use a different icon for the “recent articles” widget? (see attached)

    • I know it is a font: Simple line icon
    • I can’t find a way in wp admin

    I suppose it has to be changed in some template file, but can’t find what file is!

    can U help me?

    thank you very much.

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @labo,

     

    I hope you are well today and thank you for your question.

     

    Yes, you are right the icon is displayed by Simple line icon font and you can change it to another icon by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #sidebar .widget_recent_entries li:before {
        content: "\e061";
    }

     

    You can see all Simple line icons on the below pages.

     

    https://simplelineicons.github.io/

    https://iconify.design/icon-sets/simple-line-icons/

     

    Best regards,
    Shufflehound team

    laboo
    Participant

    omg, great. Thanks for support.

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)