Hello! I would like to add my custom made fontello icons next to each navigational item in the header. What CSS can I add to do this so that I don’t have to upload each item to the media library – since they are already in my admin under the fontello icons.
Is this possible?
Thanks SO much!
Hey wtflovelife!
You can generate the icon shortcode on a post or page then insert it on the menu label. Go to Appearance > Menu, edit an item then insert the icon shortcode before the menu item label.
Regards,
Ismael
Thank you so much! That worked great! Is there a way to make it hidden for the mobile menu? When you shrink down the page – the icon doesn’t really line up anymore.
Thanks again!
Hi!
Please add following code to Quick CSS as well
#mobile-advanced .avia-icon-pos-left { display: none; }
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before { visibility: hidden; }
P.S.: Your website looks great I loved it!
Regards,
Yigit