Dawn Theme: Changing color of Country Selector in footer

Hi Guys,

Hope you can help me with the following:

As you can see, I would like to change the country/currency selector to White, so it’s visible in the dark background. Could you please help me with the correct code?

Thanks so much :slightly_smiling_face:

Mani

Please add a link to your website so we can check and advise you on a solution.

Hi @Manipreneur

1: Online store > themes > Actions > Edit code > Assets > base.css

2: paste code at last

.footer__localization h2, .localization-selector.link, .footer .disclosure__link {
    color: white!importat;
}
.localization-form__select:after {
    border-color: white!importat;
}
1 Like

Hi Kani,

That worked like magic!

Thank you so much for your help and quick reply, appreciate it :slightly_smiling_face:

1 Like