Hi guys,
How do you change the gray colour button, I already go into the the theme setting & go to colour section. But I cannot find the option to change the colour.
Please someone help me with this
Thank you
Hi guys,
How do you change the gray colour button, I already go into the the theme setting & go to colour section. But I cannot find the option to change the colour.
Please someone help me with this
Thank you
Please share your store URL.
it’s this one
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.mobile-nav__item--secondary a{
color: #fff !important;
}
Hope this works.
Thanks!
Yes it worked! Thank you so much.