Shopify themes, liquid, logos, and UX
Hey guys,
I want to remove the customer log in section at the top right next to the cart on my website. The mobile view doesnt seem to have it.
Shop: www.lucebeauty.com.au
Thanks Guys!
Solved! Go to the solution
This is an accepted solution.
Hello @Sammy113
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
@media screen and (min-width: 750px) {
.header__icon--account {
display: none !important;
}
}
Hello Sammy @Sammy113 Follow the step by step process in this blog and let me know if it works for you https://help.debutify.com/en/articles/9973929-how-to-remove-the-login-option-from-the-header-of-your...
This is an accepted solution.
Hello @Sammy113
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
@media screen and (min-width: 750px) {
.header__icon--account {
display: none !important;
}
}
thank you, this worked!
Hello @Sammy113
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.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025