@manan123 sorry, correction in the code.
Please add media query to execute CSS only for mobile devices.
@media(max-width:767px){
.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 sorry, correction in the code.
Please add media query to execute CSS only for mobile devices.
@media(max-width:767px){
.header__icon--account {
display: none !important;
}
}