currency menu wrong color

Solved

currency menu wrong color

albestudios
Tourist
44 0 4

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

Accepted Solution (1)

Sweans
Shopify Partner
399 77 119

This is an accepted solution.

Hi @albestudios 

 

Please add the below css code in your theme css file

 

.header .localization-selector.link {
 color: #fff !important;
}

 

 

Result:-

Sweans_0-1724931690380.png

 

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

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

View solution in original post

Replies 3 (3)

Sweans
Shopify Partner
399 77 119

This is an accepted solution.

Hi @albestudios 

 

Please add the below css code in your theme css file

 

.header .localization-selector.link {
 color: #fff !important;
}

 

 

Result:-

Sweans_0-1724931690380.png

 

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

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

albestudios
Tourist
44 0 4

Hello, 

thank you for your reply but where i need to add it ? 

 

Thank you 

Sweans
Shopify Partner
399 77 119

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

Sweans_0-1724997410797.png

Step 2: Search 'CSS' or check in the Assets folder for the theme stylesheet and add the CSS code.

Sweans_1-1724997422840.png

Step 3: Save the changes.

Regards,

Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com