How do I remove this icon from the header?

Anyone know how to remove this from my header? Thanks

Hey @jiffypaw

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Hi, here’s the preview link: https://tghqtf4ytccjinuh-88880546039.shopifypreview.com

Thanks!

Hey @jiffypaw

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
localization-form.small-hide.medium-hide * {
    color: black !important;
}
</style>

RESULT:

If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Thank you Moeed! Much appreciated :folded_hands:

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, don’t forget to mark it as solution.