Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1304228
Main Menu
Closed

Comments

  • djsefka started the conversation

    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.

  •   Oliver replied privately
  •  7,280
    Oliver replied

    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