• Hi guys i want to remove to HOME button on the top menu or change it to my language but ı dont know how to do it. Can you help me with this please.

Viewing 1 replies (of 1 total)
  • Hi there,
    isn’t it a menu item?

    Can’y you modify its label in Appearance->Menus ?

    Maybe you use a default page menu if no menu has been assigned in the topbar?
    In that case the “Home” button is automatically added and localized here:
    https://translate.wordpress.org/projects/wp-themes/hueman

    Always in this case, you can override the theme’s parts/header-nav-topbar.php template in your child-theme and add the param
    'show_home' => false
    to the wp_nav_menu array of params.

    Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘How to remove HOME button’ is closed to new replies.