Need to hide the shopify chat from specific page


Steps to Add Custom CSS in Shopify1. From your Shopify admin, go to Online Store > Themes.

  1. Click Actions for the theme you want to edit, then select Edit code.
  2. Find the assets/theme.css file under Assets (or whichever CSS file your theme uses).
  3. Scroll to the bottom of the file and add the following CSS code:
.template-strata-pre-launch-page #shopify-chat {
    display: none;
}