I installed an app with a chat pop-up and I deleted the app some time ago.. I can’t remember the name of the app to contact the devs and make them remove the code, is there any way I can locate and remove the code myself? It is super crises because I am running ads, and the chat icon makes it almost impossible to check out.. Please help!
Here is my website: https://nextlvfitness.com/
Hi @Onlinetrap
This is Victor from PageFly - Landing Page Builder App.
I have checked your page and can see this app is ShopifyChat you can contact Shopify to remove this app from page
or you can use this code to remove this app
Go to Online store => themes => actions => edit code and add this code on file theme.scss.css
div#shopify-chat-dummy{
display: none !important;
}
Hope this answer helps.
Best regards,
Victor | PageFly
Hello @Onlinetrap
It’s GemPages support team and glad to support you today.
This is Shopify chat, you should contact Shopify to remove this function
While waiting for Shopify to reply, you can use the following CSS code to hide:
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid theme file.
-
Paste the below code before :
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Dunno what the app is but you can add some CSS to your theme to hide it. If you know what your css file is add this to the bottom:
#dummy-chat-button-iframe {
display: none;
}
If you don’t know what your css file is you can add this into theme.liquid just after the opening tag: