How do I remove the embed code from my Shopify store?

To remove the embedded Livescale experience from your Shopify Store, you must navigate to the theme.liquid file. This file can be found by going to Online Store > ThemesActions Edit code > theme.liquid

The code must be removed from before the </head> parameter in the theme.liquid file. For example:

<script id="livescale-embed" src="https://diva.livescale.tv/shop/embedded-app/embedded-app.js"></script>

</head>

Once the code has been removed, you may save the file to apply the changes.