Okay
  Public Ticket #2284746
Add social icons to menu
Closed

Comments

  • forceWERK started the conversation

    Hi guys,

    a) I really like to have the social icons shown inside the menu, because they're not shown on the mobile version at all (portrait mode). I have attached a mockup image. Could you please point me to the php code I need to modify/insert?

    b) there's a small grey box I can't get rid off in the menu... any ideas?

    Thanks a lot!

    Cheers, Michael

  •  1,809
    Support replied

    Hi Michael,

    a) the file to modify in order to add the social icons is /sections/menu_section.php  after the call of wp_nav_menu or inside the html code part the 'items_wrap'

    you can use fontawesome classes for example

    <i class="fa fa-linkedin" aria-hidden="true"></i>

    b) I don't see the small grey box (tested on my mobile phone - android)

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • forceWERK replied

    Thank you! It worked and looks great!