Shopify themes, liquid, logos, and UX
Hey guys, I have a problem with the currency selector in the footer. When I hover over it, the menu with the currencies opens normally, but as soon as I try to move the cursor over it, it disappears.
How can I fix this so it works like the currency selector in the header? I just want to be able to hover over it without it disappearing.
Here’s my store: https://1049xn-ya.myshopify.com/collections/all
Thanks a lot,
Tim
Hi @CreatorTim
You can follow the following steps:
1. Please go to the Online Store.
2. Then Edit Code.
3. Please find the theme.liquid file.
4. Please add code before closing the tag </body> tag.
<style>
.disclosure__list-wrapper.country-selector {
position: unset !important;
}
</style>
If this solution is worked, then please Like this and Mark this as accepted solution!
Shuvam
Hey, it’s opening downwards, but I want it to open normally upwards, not downwards.
Also, that code caused issues with the mobile currency selector, so it will need a different solution.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025