Re: Removed Email Sign Up Pop-up and it left a grey filter over the home page

Solved

Removed Email Sign Up Pop-up and it left a grey filter over the home page

BTJE
Shopify Partner
8 1 0

Hi Everyone,

We recently ran into some issues removing Shopify's native email subscription popup from our filter. After searching, we found that we needed to remove some code in the theme.liquid section and the popup was removed. However, it seems to have left a grey film/filter over our homepage. It can be removed by simply clicking anywhere on the screen, however we're stumped as to how to remove it entirely.

We did recently move to Klaviyo, however the problem persisted before it's integration. When Shopify's native popup existed, it darkened the homepage to make the popup more pronounced. We believe we've removed the code to clear the popup, but not the darkening of the screen.

Any help would be appreciated!

https://www.jessem.com

Accepted Solution (1)

Asad24
Shopify Partner
180 36 33

This is an accepted solution.

Go to your online store > settings > custom css 
and paste this code there

#fvpp-blackout {
 opacity: 0 !important;
}
banned

View solution in original post

Replies 2 (2)

Asad24
Shopify Partner
180 36 33

This is an accepted solution.

Go to your online store > settings > custom css 
and paste this code there

#fvpp-blackout {
 opacity: 0 !important;
}
banned
BTJE
Shopify Partner
8 1 0

Thanks for the help Asad! That worked great.