I haven’t made any changes to my website since August and I noticed today a new login tab has been added to the top of my website, see photo below.
Was this a new update or something that I missed?
I can’t figure out how to remove it. Let me know if anyone knows how to remove it 
Hi @RyanRichie
Are you mentioning to this red bar? If yes, please provide me your store URL so I can check it further for you
Best,
Daisy
Hi there,
No I mean the section with “My account” and “Logout” and the little person.
It was never there before and now it has been added but I don’t want people to have Logins for my website it is simply for viewing and then they have to call us to order.
Here is the link below:
https://whitelinedist.com/
Thank you in advance!
Hi @RyanRichie ,
Because you have enabled customer accounts, it will automatically show up in the store. Refer link
You can disable or remove it with the following code. Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:
.site-header-actions__account-link {
display: none !important;
}
Awesome that worked! Thanks so much!! 
1 Like
Hi @RyanRichie ,
You’re welcome and happy to help you