Studio - Shopify bug with country selection not closing?

Hey all,

I’ve been so excited to get started in Builder, but I can’t seem to get past this window on any template I import from my Shopify store!

I’ve tried clicking X, continue button, clicking off the window, but it will not budge!

Any ideas?

Hi @lrpbt, Welcome to Builder.io Forum!

In order for me to be able to help you, could you please provide me with the Builder Content Entry link where you’re experiencing an issue this will further my investigation?

Here is how to find it:

Thanks in advance!

Regards,

Hey @garima !

Thanks for the super speedy reply!

Lachy

We’re sorry for any inconvenience. I’ve fixed it, and as a solution, added below CSS code under the data tab Edit Content JS + CSS to hide the Currency Pop-up.

.recommendation-modal__container, .recommendation-modal__backdrop { 
    display: none !important 
}

Let us know if you have any further questions. Thank you!

1 Like

Hey @garima!

That is perfect! Thank you so much for the speedy response and fix! Really happy :slight_smile:

Hey @garima,

Just imported my theme from Figma and same issue is happening!

Lachlan

@lrpbt The Same solution would work here too!