How can I change mobile menu and message section text colour to white?

How can I change mobile menu and message section text colour to white?

Biancajkd23
Excursionist
13 0 4

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.

Screenshot 2023-11-15 at 10.00.21 am.png

Screenshot 2023-11-15 at 10.00.51 am.png

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10048 2389 3016

Hi @Biancajkd23 

Check this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.menu-drawer__inner-container *, .cart-drawer * {
color: white !important;
}

textarea {
    background: white;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1700003754820.pngMade4uoRibe_1-1700003768031.png

     

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

PageFly-Richard
Shopify Partner
4991 1118 1796

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.