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

hello @zamandanoel

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.site-header .grid .grid__item .site-nav__link {
color:#ffffff ;
}
1 Like