how to Change Menu Font Colour On Shopify store

you easily change your store menu font color with this easy setups

1- Go to the online store > Theme >Edit Code

change menu on shopfiy store

2- Assets >base. css

add CSS code to shopify store

3 – Add code at the bottom.

.header__icon, .header__icon--cart .icon {
    color: #fff !important;
}
.mega-menu__link {
    color: #fff !important;
}

and click Save

NB: to add your color just change #fff to your color name or code if you don’t know how to find your color code use this website’s color code

Leave a Comment