Remove Account Icon Header

Hello!

I want to remove / hide the “Account” icon from the header.

My theme is Stiletto and my website is www.winnerofficial.com

Captura de pantalla 2024-05-23 a las 11.43.38.png

Hi,

The following code will do what you want. If you encounter any issues again, feel free to write, I’ll help.

Navigate to the ‘Edit Code’ option in your theme settings, then search for “base.css” in the search bar and add below codes.

a.header__icon-touch.header__icon-touch--account {
    display: none !important;
}

Terence

Hi @martujv ,

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:

a.header__icon-touch.header__icon-touch--account {
    display: none;
}

Thanks

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:
.header__icon-touch.header__icon-touch--account {
display: none;
}

Hello @martujv ,

  • Log in to Shopify Admin.
  • Navigate to Online Store > Themes > Actions > Edit Code.
  • Open “theme.css” file.
  • Paste CSS snippet at the bottom.
  • Save changes.
  • Preview and publish if satisfied.
a.header__icon-touch.no-transition {
    display: none;
}

Thanks!

Thank you!

Thanks!

Hi @martujv

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

@martujv Please follow below steps to remove account icon in the Header. Let me know whether it is helpful for you.

  1. From admin, go to “Settings”.

  1. Click “Customer accounts” as like in the below screenshot.

  1. Click “Edit” button in the Accounts in online store and checkout section.

  1. Uncheck the "Show login link in the header of online store and at checkout" checkbox and save the settings.

Result will be like,

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

Hello martujv,

great to see your issue already solved. i can see in your website you havent setup any kind of conversion tracking for google.

could you please your plan on conversion tracking ?

thanks