Comments djsefka started the conversationSeptember 15, 2017 at 3:40pmHi, how can I center the main menu (not in the "Top Area" but the primary menu) on Desktop without using a logo? Also, how can I remove the search image/search functionality from the main menu? Thanks. Oliver replied privately 7,092Oliver repliedSeptember 18, 2017 at 1:44pmPlease 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 can I center the main menu (not in the "Top Area" but the primary menu) on Desktop without using a logo? Also, how can I remove the search image/search functionality from the main menu? Thanks.
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