Shopify themes, liquid, logos, and UX
Hey, how can I set the currency selector in the header to black?
Right now, it’s almost black, but when I check it with F12, the color is #121212, and I’d like to make it completely black #000000.
Here’s my store URL: https://1049xn-ya.myshopify.com/
Thanks a lot,
Tim
Solved! Go to the solution
This is an accepted solution.
span.country {
color: #000 !important;
}
span.localization-form__currency.motion-reduce {
color: #000 !important;
}
Paste it on style tag on theme.liquid
find
{% style %}
{% endstyle %}
If you need more help let me know, if it works , hit the like button & Accept as solution Thanks
This is an accepted solution.
span.country {
color: #000 !important;
}
span.localization-form__currency.motion-reduce {
color: #000 !important;
}
Paste it on style tag on theme.liquid
find
{% style %}
{% endstyle %}
If you need more help let me know, if it works , hit the like button & Accept as solution Thanks
Hi @CreatorTim ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
li.disclosure__item * {
color: black !important;
}
Here is the result:
Please let me know if it works!
Best,
Daisy
Hello @CreatorTim,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.disclosure span {
color: black;
}
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