@manan123 Please add the below line of CSS code at the end of your base.css file.
.header__icon--account {
display: none !important;
}
A user seeks to remove the account/login icon from their Shopify store header on mobile devices only.
Solutions Provided:
.header__icon--account { display: none !important; } wrapped in a mobile media queryAdditional Requests:
Status: Initial issue appears resolved (user thanked contributors), but follow-up customization requests remain open and require deeper theme code changes.
@manan123 Please add the below line of CSS code at the end of your base.css file.
.header__icon--account {
display: none !important;
}