How to fix issue with currency selector

How to fix issue with currency selector

CreatorTim
Trailblazer
471 1 71

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

Replies 3 (3)

vpsbohra
Shopify Partner
444 44 46

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>

 

laddisahsi_0-1736839608267.png

 

 

If this solution is worked, then please Like this and Mark this as accepted solution!


Shuvam

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
CreatorTim
Trailblazer
471 1 71

Hey, it’s opening downwards, but I want it to open normally upwards, not downwards.

CreatorTim
Trailblazer
471 1 71

Also, that code caused issues with the mobile currency selector, so it will need a different solution.