Archived topic
Social Media Icons in Menu bar
3 replies · Started by Daniel on August 2, 2018
Hi
i tried it like its described here https://docs.generatepress.com/article/adding-icons-to-menu-items/
but nothing shows up in the front end...
here a screenshot http://prntscr.com/kdt6s0
thanks
Hi there,
GP doesn't automatically install Font Awesome anymore. Here's how to add the support:
ok im not a big fan of font aswome anyways ... is there a way to insert images for Sm icons in the menu?
Long route is to build your own fontset using a service like icomoon and then installing the font to a child theme.
Short route is to use the <img src="my-image-url/image.svg" alt="icon-a" height="25" width="25"> in place of the FA icon markup shown. If you want to use an SVG image, then you will need to install Safe SVG or SVG Support plugins as WP blocks them by default.