Change text color and menu icon on pc from white to black via css code
Hi and welcome!
Could you provide a link to your store and I will take a look for you!
Do you want this change to only happen on Desktop?
Share your store URL…
Perfect!
Add the following code to the bottom of your theme.scss file:
.site-header .site-nav__link, .site-header .site-header__logo-link {
color: #000 !important;
}
