Comments 2dzafra started the conversationSeptember 22, 2016 at 3:57amhi! how i can delete the search buttom from the template menu? it dosnt appear on the menu or widgets section, i just dont want search on mi site 7,092Oliver repliedSeptember 22, 2016 at 11:11amHi,Please install TheGem child theme and 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 ...
hi! how i can delete the search buttom from the template menu? it dosnt appear on the menu or widgets section, i just dont want search on mi site
Hi,
Please install TheGem child theme and 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