Remove currency picker from header

Geartron
Excursionist
14 0 3

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 16 (16)

GemPages
Shopify Partner
5588 1261 1203

Hello @Geartron ,

 

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
Geartron
Excursionist
14 0 3

Hi GemPages,

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

Minakshi15
Shopify Partner
148 6 13

Hi @Geartron 

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
legion28
Visitor
2 0 1

Works like a charm

PageFly-Victor
Shopify Partner
7865 1785 3050

 Hi @Geartron ,

 

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

Geartron
Excursionist
14 0 3

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
148 6 13

Yes @Geartron 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
Geartron
Excursionist
14 0 3

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
148 6 13

@Geartron  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
Geartron
Excursionist
14 0 3

still, not working. 

Minakshi15
Shopify Partner
148 6 13

Please send your code

If you find my reply helpful, please hit Like and Mark as Solution
Geartron
Excursionist
14 0 3

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
148 6 13

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
Geartron
Excursionist
14 0 3

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
148 6 13

@Geartron 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
7865 1785 3050

Hi @Geartron,

 

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

 

Hope my solution works perfectly for you!

 

Regards,

Victor | PageFly