how can I hide the user account icon in my Shopify store? thank u
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset-> theme.css and paste this at the bottom of the file:
.site-header__account {
display: none;
}
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?
I also put it in the custom css inside the theme editor but it doesn’t work.