How to Fix Mobile View blank White Page Shopify Store | [SOLVED] 2024

1. Go to Shopify dashboard -> themes -> Edit code

2. Open theme.liquid and paste below code just above </head>

<style> 
    html,body {
        opacity: 1 !important;
    }
</style>