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;
}
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024