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

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

1 Like

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;
}

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.