Join us March 21 for an AMA on planning your 2023 marketing budget with 2H Media co-owners, Matt and Aron

Remove currency picker from header

ING_TECH
New Member
7 0 0

I am currently using Dawn 6.0. The currency picker and language selector are used to be on the footer, but I copied the code from community and pasted on header.liquid. So they are displaying on top right of the header. I want to remove the currency picker from the header now, does anyone know what I should do? Thank you.

p.s I went through similar topics but still cannot find any solution.  

 

Replies 15 (15)
GemPages
Shopify Partner
5117 1155 928

Hello @ING_TECH ,

 

It's GemPages support team and glad to support you today.

 

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
ING_TECH
New Member
7 0 0

Hi GemPages,

Thanks for your quick reply. URL www.getplugngo.com

Minakshi15
Shopify Partner
143 5 12

Hi @ING_TECH 

Please add this css in your css file 

.localization-selector.link{
  display:none;
}
If you find my reply helpful, please hit Like and Mark as Solution
PageFly-Victor
Shopify Partner
6787 1370 2619

 Hi @ING_TECH ,

 

This is Victor from PageFly - Landing Page Builder App.

 

You can try this code by following these steps: 

  • Go to Online Store->Theme->Edit code
  • Asset-> theme.css 
  • Paste the below code at the bottom of the file

.localization-selector.link{

  display:none;

}

 

Hope my solution works perfectly for you!

Regards,

Victor | PageFly

If it’s helpful for you, please let me know by giving it a like or marking it as a solution!


PageFly #1 Shopify Landing Page Builder - Free to use, 24/7 Live Chat Support.


All features are available from Free plan. Let’s create unique website design with PageFly here.


ING_TECH
New Member
7 0 0

Thanks PageFly-Victor, but I couldn't find 

  • Asset-> theme.css 

I only got > theme-editor.js, no css file with that name. Should I create a new one?

Minakshi15
Shopify Partner
143 5 12

Yes @ING_TECH You can create a new css file 

Please follow this process

your store admin > Online Store > Themes > Actions > Edit code > Assets folder->create custom.css file

and past this code in your theme.liquid file 

{{ 'custom.css' | asset_url | stylesheet_tag }}

If you find my reply helpful, please hit Like and Mark as Solution
ING_TECH
New Member
7 0 0

Thanks Minakship0715, I had custom.css file under Asset already, so I didn't create a new file. However, I tried to paste the code you provided to theme.liquid, it doesn't work. 

Minakshi15
Shopify Partner
143 5 12

@ING_TECH  Please past this before closing  the </head> tag 

{{ 'past your file name here' | asset_url | stylesheet_tag }}

If you find my reply helpful, please hit Like and Mark as Solution
ING_TECH
New Member
7 0 0

still, not working. 

Minakshi15
Shopify Partner
143 5 12

Please send your code

If you find my reply helpful, please hit Like and Mark as Solution
ING_TECH
New Member
7 0 0

you mean in theme.liquid, the /<head> part?

Pls see below

 

</script>
</head>

<body class="gradient">
<a class="skip-to-content-link button visually-hidden" href="#MainContent">
{{ "accessibility.skip_to_text" | t }}
</a>

Minakshi15
Shopify Partner
143 5 12

add you file here {{ 'add your file name ' | asset_url | stylesheet_tag }}

</script></head>

<body class="gradient">
<a class="skip-to-content-link button visually-hidden" href="#MainContent">
{{ "accessibility.skip_to_text" | t }}
</a>

If you find my reply helpful, please hit Like and Mark as Solution
ING_TECH
New Member
7 0 0

it works, but it removes the language selector next to it as well. How can I keep the language selector on the header? Thanks

Minakshi15
Shopify Partner
143 5 12

@ING_TECH Your language selector and century selector are in a same dive the both comes from same plugin 

If you find my reply helpful, please hit Like and Mark as Solution
PageFly-Victor
Shopify Partner
6787 1370 2619

Hi @ING_TECH,

 

Sorry, I missed it. You can add that CSS to Asset -> Base.css 

 

Hope my solution works perfectly for you!

 

Regards,

Victor | PageFly

If it’s helpful for you, please let me know by giving it a like or marking it as a solution!


PageFly #1 Shopify Landing Page Builder - Free to use, 24/7 Live Chat Support.


All features are available from Free plan. Let’s create unique website design with PageFly here.