Change Font Awesome color after making it a clickable link

Hey, when inserting font awesome you don’t need an HTML embed.

  1. Just add the font pack to your fonts in settings. There will be I think 4 to copy and paste. They’re just to get the pack in the code.

  2. Then go to the cheatsheet, find the facebook icon, copy the icon itself, or copy the css content reference.

  3. Add a text component into the canvas, copy the code/icon into that text box. You can add a classname of the css content (f09a).

  4. Then add hover css styles.

That’s all you should need. No embed element is necessary.