Why is my Debutify theme only showing a white screen?

My theme suddenly stopped working and now all I get is a white screen when I go to my website. Does anyone know why this might be happening?

Hi @bfadeyi ,

Thank you for reaching out to the Shopify Community!

Please share your store URL here so that we can check and provide a solution to you.

Thanks & Regards,
Ahsan ANC

facesaverpillowcase.com

Hi @bfadeyi ,

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.scss.css ->paste the below code at the bottom of the file.
.dbtfy-page_transition {
    display: none;
}
1 Like