Login Randomly Appeared

Solved

Login Randomly Appeared

RyanRichie
Excursionist
19 0 6

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 🙂Screenshot 2024-10-30 103910.png

Thank You, Ryan Richard
Accepted Solution (1)

namphan
Shopify Partner
2689 349 398

This is an accepted solution.

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;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 5 (5)

DaisyVo
Shopify Partner
4385 486 579

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

DaisyVo_0-1730299798133.png

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
RyanRichie
Excursionist
19 0 6

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!

Thank You, Ryan Richard

namphan
Shopify Partner
2689 349 398

This is an accepted solution.

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;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
RyanRichie
Excursionist
19 0 6

Awesome that worked! Thanks so much!! 🙂

Thank You, Ryan Richard
namphan
Shopify Partner
2689 349 398

Hi @RyanRichie,

You're welcome and happy to help you

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com