Comments Farah started the conversationApril 18, 2017 at 12:25pmHello, I was wondering if there was any way I could remove the search feature on the website? 7,092Oliver repliedApril 18, 2017 at 12:32pmHI! 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 Farah replied privately 7,092Oliver repliedApril 18, 2017 at 1:47pmHI!use this 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, OliverFarah repliedApril 18, 2017 at 1:50pmTHANK YOU!!! Oliver replied privately Sign in to reply ...
Hello,
I was wondering if there was any way I could remove the search feature on the website?
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!
use this css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
THANK YOU!!!