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
Hi @bfadeyi ,
You can try this code
- Go to Online Store-> Theme->Edit code
- Asset-> theme.scss.css ->paste the below code at the bottom of the file.
.dbtfy-page_transition {
display: none;
}
1 Like