Comments 2Bruno started the conversationMarch 9, 2017 at 10:20pmI would like to know how to remove the search option that comes by default with the menu in the top area (the magnifying glass icon)Thanks. 7,092Oliver repliedMarch 10, 2017 at 10:59amHI! pls. use following css: li.menu-item.menu-item-search { display: none !important; } or in the TheGem child theme add next code to functions.php file: function thegem_child_init_icon() { remove_filter('wp_nav_menu_items', 'thegem_menu_item_search', 10); } add_action('init', 'thegem_child_init_icon'); Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Like 2Bruno repliedMarch 13, 2017 at 9:12pmThanks a lot 7,092Oliver repliedMarch 14, 2017 at 10:37amFeel free to contact us if you need help.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
I would like to know how to remove the search option that comes by default with the menu in the top area (the magnifying glass icon)
Thanks.
HI!
pls. use following css:
or in the TheGem child theme add next code to functions.php file:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thanks a lot
Feel free to contact us if you need help.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver