Hi @MLBildeler
If you can share your store preview link and password if it is password protected then I can help you
A user reported that text in their mobile drawer menu disappeared after clicking navigation items like “Velg din bil” (Choose your car). The text turned white and became invisible, though arrows remained visible.
Troubleshooting steps:
Resolution:
A CSS solution was provided to fix the text color issue:
#meteor-mobile-nav li>a * {
color: black !important;
}
The code should be added to the theme’s CSS file (theme.css or base.css) via the code editor. The solution successfully resolved the issue, with the original poster confirming it worked.
Hi @MLBildeler
If you can share your store preview link and password if it is password protected then I can help you