Comments 2Nick started the conversationJanuary 27, 2017 at 6:11amHello,How do I remove the search feature icon from the menu. I have no need for that feature on my site. Please let me know as soon as possible.Thank you. 7,092Oliver repliedJanuary 27, 2017 at 11:56amHI! 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() { remove_filter('wp_nav_menu_items', 'thegem_menu_item_search', 10); } add_action('init', 'thegem_child_init'); 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 ...
Hello,
How do I remove the search feature icon from the menu. I have no need for that feature on my site. Please let me know as soon as possible.
Thank you.
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