Shopify themes, liquid, logos, and UX
Hello everyone,
So, I always hated the drawer menu animation in Dawn theme and I've tried so many codes and none of them worked.
The only thing I know how to do is to remove the animation but not modifying it.
I want it to have a fade-in and out animation.
Can somebody help me out with this?
Thanks.
Also, there is something going wrong with the icon of the drawer menu.
I would appreciated if somebody can fix it!
Solved! Go to the solution
This is an accepted solution.
Hi @StudioBlank
Plesae add this code to your theme.liquid file, after <head> in Online Store > Themes > Edit code
<style>
.menu-drawer {
transform: unset !important;
opacity: 0;
}
.js details[open]>.menu-drawer, .js details[open]>.menu-drawer__submenu {
transition: opacity .5s linear !important;
opacity: 1;
}
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi, @StudioBlank
I can help you with it. So I need to access your store as a collaborator if possible.
This is an accepted solution.
Hi @StudioBlank
Plesae add this code to your theme.liquid file, after <head> in Online Store > Themes > Edit code
<style>
.menu-drawer {
transform: unset !important;
opacity: 0;
}
.js details[open]>.menu-drawer, .js details[open]>.menu-drawer__submenu {
transition: opacity .5s linear !important;
opacity: 1;
}
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Nice, this actually works!!
Its weird why the animation works after the second try.
But overall, its working very well.
Thank you!
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