Comments 2Teksyte started the conversationMarch 22, 2017 at 3:40pmHi! how can i deactivate the search icon on the header menu?thanks 7,092Oliver repliedMarch 22, 2017 at 3:44pmHI! 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, Oliver Sign in to reply ...
Hi! how can i deactivate the search icon on the header menu?
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