Comments 1JOUH started the conversationJanuary 2, 2017 at 12:26pmHello I would like to Remove the Search Icon in the main menu (next to Cart icon).How do i do that? please provide code. 7,092Oliver repliedJanuary 3, 2017 at 12:33pmHI! pls. use following css: li.menu-item.menu-item-search { display: none !important; } or or in the TheGem child theme 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, Oliver1 Like 2Antonio henry repliedJanuary 8, 2017 at 2:26amhi gregg i've tired this and im still having no luck 1JOUH repliedJanuary 8, 2017 at 2:27amCSS worked for me 2Antonio henry repliedJanuary 8, 2017 at 2:49amits removed the search function but not the search and social icons on the mean 2Antonio henry repliedJanuary 8, 2017 at 2:52am@jouh can you send me a picture of your menu 1JOUH repliedJanuary 8, 2017 at 3:02amhttp://farmbox.ae/but what do want to achieve? Sign in to reply ...
Hello I would like to Remove the Search Icon in the main menu (next to Cart icon).
How do i do that?
please provide code.
HI!
pls. use following css:
or
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 gregg i've tired this and im still having no luck
CSS worked for me
its removed the search function but not the search and social icons on the mean
@jouh can you send me a picture of your menu
http://farmbox.ae/
but what do want to achieve?