Whole website is white

Solved

Whole website is white

Daniel19901
Shopify Partner
296 2 88

Hi, I am not sure why but my website turned completely white. Everything is still there but covered in white. Can anyone help me remove it ?

yourmavera.myshopify.com

Password: 123456

Accepted Solution (1)

CafeDelMar
Shopify Partner
163 36 45

This is an accepted solution.

Hey @Daniel19901 

 

The following code is doing this

 

<preload-page style="background-color: #fff" class="preload-page fixed bg-white z-3 pointer-none inset-0 flex content-center"></preload-page>

 

Did you add this manually?

If not, then one of the apps most likely did. You'd either need to uninstall the app or, if it's a newer type of app, the code should be removed with uninstallation. If it's an older-style injection app (scripttag), then this would need to be removed by hand in the liquid files. Most possible location is theme.liquid

 
 

 

 

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Reply 1 (1)

CafeDelMar
Shopify Partner
163 36 45

This is an accepted solution.

Hey @Daniel19901 

 

The following code is doing this

 

<preload-page style="background-color: #fff" class="preload-page fixed bg-white z-3 pointer-none inset-0 flex content-center"></preload-page>

 

Did you add this manually?

If not, then one of the apps most likely did. You'd either need to uninstall the app or, if it's a newer type of app, the code should be removed with uninstallation. If it's an older-style injection app (scripttag), then this would need to be removed by hand in the liquid files. Most possible location is theme.liquid

 
 

 

 

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution