Multiple menus in a navigation modal

Hello,

My site www.pluggo.es has multiple menus, not only one. For the responsive menu now we are showing our “main menu” in a “Navigaton collapsed” element, but in fact, what I really want is to show 2 menus in a single navigation collapsed or navigation modal. Also I would like tu put button, o social networks icons in this “responsive navigation modal”.

Is it possible or what is the best option?

thank you

Hi @llribas,

Thanks for reaching out.

You could create another menu in Admin > Appearance > Menus which is the sum of those two menus, then assign it to you navigation collapse.

As for social, it could be possible by adding another menu items with icons in it, but since there is no selective setting for each menu item (to hide menu text), then I recommend adding a menu label as icon code. Example, this is for facebook

<i class="x-icon" data-x-icon-b="&#xf082;"></i>

The important part of that is the f082 (hence &#xf082;) which is the facebook icon code derived from here https://fontawesome.com/icons/facebook-square?style=brands

That way, you can add your own icon depending on your preference.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.