Hi,
I would like change the color of the nav text in the mobile menu.
I have assigned a different background color to the mobile menu, but I have been unsuccessful targeting the text, without also changing the desktop link color which needs to remain white.
#Top_bar a.responsive-menu-toggle { color: #F0ECE8 !important; }
https://merindagarrett.com/home/
Thanks
                 
                
Comments
#Top_bar .menu > li > a {Just change the color to what you want.color: #F0ECE8 !important;
}
thanks