How To Remove "john Doe" Text On My Account Menu?

How to remove "John Doe" text on My Account menu?

See attached picture.

Pl, let me know.

Thanks, in advance.

jon.jpg

How to remove "John Doe" text on My Account menu?

See attached picture.

Pl, let me know.

Thanks, in advance.

Hello!

You need to remove the following code

{if $user_info.firstname || $user_info.lastname}
    
  • {$user_info.firstname} {$user_info.lastname}
  • {else}
  • {$user_info.email}
  • {/if}

    in the the design/themes/YOUR_THEME/templates/blocks/my_account.tpl file.

    Please note that you can use the {hook name="profiles:my_account_menu"} hook.