I have been trying to change the color of my menu drawer for the mobile view but nothing seems to be working??? Any help please.. I want it to be transparent, or to be white.
Hey @mindstars
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hi @mindstars , Can you kindly share your store link with us? We will check it and suggest you a solution if possible.
Hello @mindstars
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.
Hi @mindstars ,
Step 1: Go to Shopify Admin β Online Store ->Theme β Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Hey @mindstars
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
Best Regards,
Moeed
You can add code by following these steps
-
Go to Online Store β Theme β Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello @mindstars
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-menu-drawer.css
add this code at the end of the file.
.menu-drawer__navigation-container {
background: cornflowerblue !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Thank you!! Have a good day!
@mindstars , No problem. Glad to help you ![]()



