Shopify themes, liquid, logos, and UX
Hey guys, I want to remove the gray background under the login and currency selector on mobile.
How can I do that?
Here’s my store, so you can check it out: https://1049xn-ya.myshopify.com/
Thanks a lot,
Tim
Solved! Go to the solution
This is an accepted solution.
Hi @CreatorTim
@media screen and (max-width: 768px){
details#Details-menu-drawer-container.menu-drawer-container.menu-opening .menu-drawer__utility-links {
background: white !important;
}
}
I hope this helps
Best,
Daisy
This is an accepted solution.
Hi @CreatorTim
@media screen and (max-width: 768px){
details#Details-menu-drawer-container.menu-drawer-container.menu-opening .menu-drawer__utility-links {
background: white !important;
}
}
I hope this helps
Best,
Daisy
Thank you! WORKS
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025