Re: how to Hide user account icon

How can I conceal the user account icon in my store?

milo1832
Tourist
10 0 3

how can I hide the user account icon in my Shopify store? thank u

Replies 3 (3)

ZestardTech
Shopify Partner
6142 1097 1473

Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset-> theme.css and paste this at the bottom of the file:

.site-header__account {
display: none;
}

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
milo1832
Tourist
10 0 3

I can't find any asset called theme.css, I put it in base.css but it doesn't work. where can I put it?

milo1832
Tourist
10 0 3

I also put it in the custom css inside the theme editor but it doesn't work.