How do we remove the logged in user and submenus on the front end?

When a user is logged in, beneath the home button the user name is shown along with a drop down menu. Is there an easy way to prevent this from ever being rendered on the front end? Yes, technically this will only ever show up for admins since I have disabled registration.

HivePress->Settings->Users->Allow user registration is unchecked and Display profiles on the front-end is unchecked.

HivePress->Settings->Submissions->Allow submitting new listings is unchecked.

Sorry for the delay. You can try this CSS snippet:

.menu-item--user-account {display:none!important}

1 Like

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