Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

How to add a fontawesone icon in the menu?

  • #8482
    Avatar photo[anonymous]

    I would like to add fontawesone icons to each of the menu items on my site. what is the best way to do this?

    #8486
    Avatar photo[anonymous]

    Hi,

    the best way (for performance) would be get icons which you need as SVG and prepare CSS classes which you will add to the menu items (you can do it in the menu editor).

    #8963
    Avatar photo[anonymous]

    FontAwesome is nice, but as Tomasz mentioned, it could make your website heavy by loading unnecessary code.

    I lot; of project target specific icon from font awesome and push them has .svg which limit the end user choice.

    I, personally, add Emoji instead

    #8965
    Avatar photo[anonymous]

    Thank you both for your response. Both options are valid, for most projects I also use emojis.