Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi! I updated my website lately and used a new theme. My drop down menus all work perfectly on the pc/laptop but are showing as blank screens via mobile phone. How do I fix this!?
Solved! Go to the solution
This is an accepted solution.
Try this -- go to Customizer, select "Theme settings" in the left sidebar, then "Custom CSS" and paste this:
[open] > .menu-drawer__submenu {
background-color: rgba(var(--color-base-accent-2), 1);
}
Need to see your store to suggest anything (and preview password if storefront is password protected).
https://jl9edq9kud12ono8-68539056343.shopifypreview.com
Here's a preview link! It's in the "dangles" drop down under earrings that's doing it 😞
Thanks!
It's shown in white colour on white background.
Are there settings for this in Customizer?
What theme is this?
It's not doing it for the other drop downs though. The theme is SweetThreads by BlogPixie
It's only 3-level menues -- studs do the same. Let me see how to fix...
Keyrings and where to find us are working fine though, that's what has me so confused. Thank you so much!
This is an accepted solution.
Try this -- go to Customizer, select "Theme settings" in the left sidebar, then "Custom CSS" and paste this:
[open] > .menu-drawer__submenu {
background-color: rgba(var(--color-base-accent-2), 1);
}
Do not edit theme code -- you will regret it later when updating to a new version.
Thank you SO much! You're absolutely incredible. It worked!
- Here is the solution for you @MelindaaJanee
- Please follow these steps:
- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.
<style>
.menu-drawer__menu-item {
color: black !important;
}
</style>
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
So add it BEFORE <head> ? Just want to make sure I do it right!
No. </head> not <head>
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
<style>
.menu-drawer__menu-item {
color: black !important;
}
</style>
</head>
Like this @MelindaaJanee
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
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