How can I change the color of my site navigation label?

@zamandanoel

  1. Go to your store Actions > Edit Code

  2. In Assets > theme.css add below lines at the bottom of the file:

.site-nav__label {
color: white; }


If it helped you solve your issue, please like and mark it as a solution. Thank you