Comments DesignForOnline started the conversationJune 12, 2017 at 3:53pmHi, how do I remove the search icon from the top menu? 7,092Oliver repliedJune 13, 2017 at 7:45amHI! 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, Oliverlhberg repliedJuly 19, 2017 at 1:12pmHi Gregor,I tried both solutions, but the search box in the hamburger main menu is still there.Any other solution?Thanks,Lukas 7,092Oliver repliedJuly 19, 2017 at 1:14pmPls. provide the wp-admin access.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliverlhberg repliedJuly 19, 2017 at 1:24pmHi, here you go: Regards, Lukas 7,092Oliver repliedJuly 19, 2017 at 1:25pmURL pls.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliverlhberg repliedJuly 19, 2017 at 1:31pmsorry, indeed. 7,092Oliver repliedJuly 19, 2017 at 1:33pm pls. use following css: li.menu-item.menu-item-widgets { display: none !important; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliverlhberg repliedJuly 19, 2017 at 1:35pmSolved, many thanks! 7,092Oliver repliedJuly 19, 2017 at 1:37pmWelcome!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 do I remove the search icon from the top menu?
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
Hi Gregor,
I tried both solutions, but the search box in the hamburger main menu is still there.
Any other solution?
Thanks,
Lukas
Pls. provide the wp-admin access.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi,
here you go:
Regards,
Lukas
URL pls.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
sorry, indeed.
pls. use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Solved, many thanks!
Welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver