Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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?
Solved! Go to the solution
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
Hi @Bowen73 ,
Could you please share your store URL and password if it enabled, so that I can help you
Can I add you as a collaborator?
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
Thank you so much! it worked. 5 star ratings!!
Thank you, glad that helps you! Have a good day 😊