https://cdn.shopify.com/s/files/1/1765/8257/files/13-27-62814-72616.png?v=1644701320
I recently change my theme to “Sense” would like to remove log in icon/account icon
https://cdn.shopify.com/s/files/1/1765/8257/files/13-27-62814-72616.png?v=1644701320
I recently change my theme to “Sense” would like to remove log in icon/account icon
Would you mind sharing your store’s URL so we can provide a solution for this? Cheers!
here is the Merchant’s URL https://eyecatcherbags.com/
Thanks @RacheN , much appreciated!
@eyecatcherbags please add the following code at the end of your base.css file:
/*Hides Account Icon on Desktop*/
a.header__icon.header__icon--account.link.focus-inset.small-hide {
display: none;
}
/*Hides Login on Mobile Menu*/
.menu-drawer__utility-links {
display: none;
}
Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!
Thank you so much for providing this solution. Have a great day!!