Steps to Add Custom CSS in Shopify1. From your Shopify admin, go to Online Store > Themes.
- Click Actions for the theme you want to edit, then select Edit code.
- Find the assets/theme.css file under Assets (or whichever CSS file your theme uses).
- Scroll to the bottom of the file and add the following CSS code:
.template-strata-pre-launch-page #shopify-chat {
display: none;
}
