How can I remove or hide the currency drop down button, in the header, next to my shopping bag.

Solved

How can I remove or hide the currency drop down button, in the header, next to my shopping bag.

Bowen73
Tourist
4 0 1

I am looking to remove or hide the currency drop down button, in the header, next to my shopping bag. Does anyone have any suggestions to help with this? 

Accepted Solution (1)
Beae_Cass
Shopify Partner
447 167 183

This is an accepted solution.

Hi @Bowen73 ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
.disclosure {
    display: none;
}
</style>

 

Best regards,

Anthony

 

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template

View solution in original post

Replies 6 (6)

Beae_Cass
Shopify Partner
447 167 183

Hi @Bowen73 ,

Could you please share your store URL and password if it enabled, so that I can help you

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template
Bowen73
Tourist
4 0 1

Can I add you as a collaborator? 

Bowen73
Tourist
4 0 1

www.tigerleather.om  code 9014

 

Beae_Cass
Shopify Partner
447 167 183

This is an accepted solution.

Hi @Bowen73 ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
.disclosure {
    display: none;
}
</style>

 

Best regards,

Anthony

 

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template
Bowen73
Tourist
4 0 1

Thank you so much! it worked. 5 star ratings!!

Beae_Cass
Shopify Partner
447 167 183

Thank you, glad that helps you! Have a good day 😊

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template