Shopify themes, liquid, logos, and UX
Hi!
I am using dawn theme on my website. I wanted to remove the login icon on my mobile version while keeping the 'log in' text. Another problem is that whenever I clicked 'SHOP', all the header section appear to move down slightly. would someone be able to help me with the code? Thank you so much!
this is what it looks like when i don't click 'SHOP'
whenever it clicked, it looks like this. all the header section move down slightly and this is the icon that I wanted to remove.
Solved! Go to the solution
This is an accepted solution.
My bad! If you want to just hide the logo, use this CSS
.menu-drawer__utility-links svg {
display: none !important;
}
Thanks,
SV
Helping for free: hello@untechnickle.com
Don't forget to say thanks, it'll make my day - just send me an email!
Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App
Hey @nana98
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.menu-drawer__utility-links {
display: none !important;
}
</style>
If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey @nana98,
Thanks for reaching out!
You’re absolutely right, on the Dawn theme, the mobile menu drawer can sometimes feel a bit off compared to the rest of your beautifully designed site. The reason you're seeing that slight shift when clicking "SHOP" is because the menu drawer is missing some key CSS styling, which can make things look a little clunky.
We’d recommend rewriting parts of the menu drawer’s code to better match the aesthetic and smoothness of your site’s other sections. This will help ensure the header doesn't jump and the overall mobile experience feels more polished.
Also, if you want to hide just the login icon on mobile while keeping the "Log in" text, you can try this quick CSS tweak:
.menu-drawer__account { display: none !important; }
Let us know if you'd like help implementing the changes—we'd be happy to jump in and get this cleaned up for you!
Best,
Shubham | Untechnickle
Helping for free: hello@untechnickle.com
Don't forget to say thanks, it'll make my day - just send me an email!
Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App
This is an accepted solution.
My bad! If you want to just hide the logo, use this CSS
.menu-drawer__utility-links svg {
display: none !important;
}
Thanks,
SV
Helping for free: hello@untechnickle.com
Don't forget to say thanks, it'll make my day - just send me an email!
Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App
Hello there @nana98 As for removing the icon link, you can check out the straightforward process in this YouTube video here https://m.youtube.com/watch?v=rDIG6V3S2VE
Hello @nana98
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style> .menu-drawer__utility-links { display: none !important; } </style>
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025