I am able to change some of the text in the side drawer (Home, About Us, Shop), but the other text stays grey. How do I change the font color of the “log in”, “create account”, and search? It isn’t an option in the theme color settings.
Hello,
Please share your site url.
So that I can check and let you know the exact solution here.
1 Like
Pw: aoblay
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->timber.scss.liquid
li.mobile-nav__item.mobile-nav__item--secondary a {
color: #fff !important;
}
Dear @Jenna_gardner
- From your Shopify admin, go to Online Store > themes.
- Locate your current theme and then click Actions > Edit code.
- After that in the Assets folder, click to open your theme.scss.liquid file.
- Go to the very bottom of this file and paste the following code (You can change the color code yourself):
/* Start */
.mobile-nav__item--secondary a {color: #fff !important;}
/* End*/
- Save and check your theme by refreshing it.
