Hello!
I want to remove / hide the “Account” icon from the header.
My theme is Stiletto and my website is www.winnerofficial.com

A Shopify store owner using the Stiletto theme wants to hide the account icon from their header at winnerofficial.com.
Multiple CSS Solutions Provided:
Several users offered nearly identical solutions involving custom CSS:
.a.header-icon__touch.header-icon__touch--account with display: none !important;Alternative Admin Panel Approach:
One user suggested a non-CSS method:
Resolution:
The original poster confirmed the issue was resolved with a brief thank you. One responder also noted the store lacks conversion tracking setup for Google.
Hello!
I want to remove / hide the “Account” icon from the header.
My theme is Stiletto and my website is www.winnerofficial.com

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