Hello,
I am creating my website and I have added the option for the customer to change the currency in my menu but it appears in black.
I had previously changed the colour of the menu on my homepage to white by modifying the code.
If anyone knows where this could be coming from, I’d appreciate a little help.
This is my site: https://albesutdios.myshopify.com/
thank you in advance
Sweans
2
Hi @albestudios
Please add the below css code in your theme css file
.header .localization-selector.link {
color: #fff !important;
}
Result:-
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans
1 Like
Hello,
thank you for your reply but where i need to add it ?
Thank you
Sweans
4
Hi @albestudios ,
We hope you have already added the CSS code to your theme and we can see that the currency menu’s color is already updated.
For adding the CSS, please check the below steps:
Step1: Dashboard > Online Store > Themes > Edit Code
Step 2: Search ‘CSS’ or check in the Assets folder for the theme stylesheet and add the CSS code.
Step 3: Save the changes.
Regards,
Sweans