User name showing up in menu bar

My username is showing on my menu bar. How can I remove it?

Hi,

Please use this CSS snippet (How to add custom code snippets - HivePress Help Center):

.header-navbar .menu-item--user-account{
 display: none;
}

Thank you I’ll give it a try

Hello, I tried adding the snipped plug in and deleted the old menus and added a new menu. The user name is still appearing in the menu. I can’t seem to find the source or where it is located. Eventually I’ll be building the sign in for the users so if it would just default to the “sign in” that would help. But I really don’t want customers to have access to my log in credentials. Am I missing something?

Hi,

We checked this CSS snippet, and it works fine.

Please make sure you add the CSS snippet correctly. You can check this doc How to add custom code snippets - HivePress Help Center

Also, lease disable third-party plugins and customizations (if there are any) and check if this issue persists. If you use a caching plugin, make sure that caching is disabled for logged-in users.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.