Shopify themes, liquid, logos, and UX
So i am designing my website and i cannot seem to change the color of the currency drop down, is there any code that could help fix this? I would like it to be white
Website : Desirestreetwear.co
Solved! Go to the solution
This is an accepted solution.
.footer__content-bottom-wrapper .footer__localization .disclosure .disclosure__button {
color: #FFFFFF !important;
}
(OR)
.footer__content-bottom-wrapper .footer__localization .disclosure .disclosure__button,
.footer__content-bottom-wrapper .footer__localization .disclosure .disclosure__list {
background: #ffffff;
}
.footer__content-bottom-wrapper .footer__localization .disclosure .disclosure__button .icon-caret,
.footer__content-bottom-wrapper .footer__localization .disclosure .disclosure__list .disclosure__item .disclosure__link,
.footer__content-bottom-wrapper .footer__localization .disclosure .disclosure__list .disclosure__item .disclosure__link .localization-form__currency {
color: #000000 !important;
}
Please add the following code at the bottom of your CSS file.
.localization-form:only-child .localization-form__select{
color: #fff;
}
Hope this helps.
This is an accepted solution.
.footer__content-bottom-wrapper .footer__localization .disclosure .disclosure__button {
color: #FFFFFF !important;
}
(OR)
.footer__content-bottom-wrapper .footer__localization .disclosure .disclosure__button,
.footer__content-bottom-wrapper .footer__localization .disclosure .disclosure__list {
background: #ffffff;
}
.footer__content-bottom-wrapper .footer__localization .disclosure .disclosure__button .icon-caret,
.footer__content-bottom-wrapper .footer__localization .disclosure .disclosure__list .disclosure__item .disclosure__link,
.footer__content-bottom-wrapper .footer__localization .disclosure .disclosure__list .disclosure__item .disclosure__link .localization-form__currency {
color: #000000 !important;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025