[ad_1]
Until you find out a way to do this in your theme or menu system, you can hide the link by adding some custom CSS:
span.header-account-title {
display: none;
}This will hide that link, but it may also hide other objects. If you find it does, just delete the code and it will revert to the current set up.
Thanks appreciated. It worked. Thanks a million
