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

Note: This article contains information related to the old Livescale experience, which has been deprecated, and it may no longer be applicable.

 

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.