I am using a full screen “search overlay” plugin – which works perfectly with Enfold.
I do want to be able to add their search icon next to the mobile hamburger menu.
I have added the class and link in the main menus to show the icon and trigger the search event. How would i add this so it displays to the left of the burger menu? is there a snippet I can add to functions?
thanks!
this is the class and link i am using:
#dakh-search
<i class="dakh-search-icon-search"></i>
**RESOLVED**
I used Ismael’s code snippet here: https://kriesi.at/support/topic/add-phone-icon-next-burger-menu-icon-on-mobile/#post-944398
I changed the URL link to my plugins recommended link (#dakh-search) and changed to a search icon: entypo-fontello’, ‘icon’ => ‘ue803
Hope this helps somebody in the future.