Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I need some help with colour of text in mobile menu and contact for 'message' section, as both appear as black with the black background and are unable to be seen. I'd like to change the text for these 2 items to be white.
Hi @Biancajkd23
Check this one.
.menu-drawer__inner-container *, .cart-drawer * {
color: white !important;
}
textarea {
background: white;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Biancajkd23
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
#menu-drawer * {
color: #fff !important;
}
textarea {
background-color:#fff !important;
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025