Comments Plamen started the conversationAugust 30, 2017 at 5:26pmHello, How do I get rid of the search button in the main menu? I have attached a screenshot. Thank you! Plamen replied privately 7,092Oliver repliedAugust 31, 2017 at 7:24amHI!pls. set check box Hide Search Icon in the theme options.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverPlamen repliedAugust 31, 2017 at 2:10pmHello, Unfortunately I don't see the same thing you do. Please see the screenshot. Thank you! 7,092Oliver repliedAugust 31, 2017 at 2:11pmHI!Seems you have old theme version, 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, OliverPlamen repliedAugust 31, 2017 at 2:14pmThe first one worked perfectly! Thank you very much. Oliver replied privatelyPlamen repliedAugust 31, 2017 at 2:35pmDone! Thank you. 7,092Oliver repliedSeptember 1, 2017 at 6:22amThank you so much!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 get rid of the search button in the main menu? I have attached a screenshot.
Thank you!
HI!
pls. set check box Hide Search Icon in the theme options.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hello,
Unfortunately I don't see the same thing you do. Please see the screenshot.
Thank you!
HI!
Seems you have old theme version,
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
The first one worked perfectly! Thank you very much.
Done! Thank you.
Thank you so much!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver