Comments 2Mil2aG3 started the conversationMarch 10, 2017 at 8:08pmHello, would you help me what is this search box for? Is it for visitors or website owner.And how can i remove it? I tried with visual composer but failed.Thanks for your help. 7,121Oliver repliedMarch 13, 2017 at 11:10amHI! 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 ...
Hello, would you help me what is this search box for? Is it for visitors or website owner.
And how can i remove it? I tried with visual composer but failed.
Thanks for your help.
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