Hi is there a way to add logos and social icons to the navigation modal?
Best regards
Nik
Hi is there a way to add logos and social icons to the navigation modal?
Best regards
Nik
Hey Nik,
Thank you for reaching out to us. You can add an icon or logo image as a menu menu item to include in a Navigation Modal element. To achieve this, edit you menu in WordPress via Appearance > Menus add a new menu item and add the following HTML code in it’s Navigation Label field (see screenshot)
<i class="x-icon x-icon-facebook-square" data-x-icon-b="" aria-hidden="true"></i>

This will add a Facebook icon in your modal (see screenshot). You can find out icons code here https://fontawesome.com/cheatsheet

You can do the same to add an image instead of an icon. replace the icon HTML with the Image code.
Hope this helps!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.