How can I alter the gray button color in theme settings?

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

1 Like

@prime_martau

Please share your store URL.

it’s this one

https://primemartaustralia.com

1 Like

@prime_martau

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.

1 Like