Need to hide the shopify chat from specific page

I tried everything i could find from other chats, lots of confirmed answers that worked for them but nothing works for me. Spent ages trying to use AI to figure it out as well, occasionally it gave me the same responses as the threads i found. But absolutely nothing works or even impacts the chatbox at all.

We are on the stilletto theme

Provide me the store URL and let me know the pages name where you want to hide the chat, so i will provide you the solution. :slightly_smiling_face: @WWSNonet

Hi Ashar,

It has to be removed from this page specifically.


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;
}

Hi @WWSNonet

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.template-strata-pre-launch-page #shopify-chat {
    display: none !important;
}

Result:

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!

It worked! Thanks!

@WWSNonet Thanks Let me know for further assistance