Shopify themes, liquid, logos, and UX
Hi there!
I recently got custom code for my drop-down menu to make the background white rather than transparent. However, it does not extend to my mobile view, only my desktop view. Can someone recommend the process on the custom code to make my dropdown menu background white?
My store is: https://cooler-drinks.myshopify.com/
PW: steeck
Thank you so much!
Solved! Go to the solution
This is an accepted solution.
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
#menu-drawer {background-color: #ffff !important;}
Regards,
San
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/component-menu-drawer.css
3. Add code below to bottom of file
#menu-drawer {
background: #fff;
}
Hi @coolerdrinks ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-menu-drawer.css->paste below code at the bottom of the file:
@media (max-width: 767px){
div#menu-drawer {
background:white;
filter: none;
}
}
Hope my answer will help you.
Best regards,
Victor | PageFly
Hello @coolerdrinks ,
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
.header__submenu.list-menu {
background: #fff !important;
}
div#menu-drawer {
background: #fff !important;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
This is an accepted solution.
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
#menu-drawer {background-color: #ffff !important;}
Regards,
San
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
I wanted to do the same thing. This solution fixed the issue quick as a wink! Thank you!!!
Hello,
Thank you for your reply.
Glad that you liked it.
Regards,
San
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025