Shopify themes, liquid, logos, and UX
Hello!
Does anyone here know how to make the shopify chat only visable on the Contact Us page?
Nexwatches.no
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hello @Rubberduck
It's GemPages support team and glad to support you today.
I would like to give you a solution to support you:
1. Go to Online Store -> Theme -> Edit code:
2. Open your theme.liquid theme file
3. Paste the below code before </body>:
{% unless page.handle contains 'contact' %}
<style>
#dummy-chat-button-iframe{
display: none !important;
}
</style>
{% endunless %}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
This is an accepted solution.
Hello @Rubberduck
It's GemPages support team and glad to support you today.
I would like to give you a solution to support you:
1. Go to Online Store -> Theme -> Edit code:
2. Open your theme.liquid theme file
3. Paste the below code before </body>:
{% unless page.handle contains 'contact' %}
<style>
#dummy-chat-button-iframe{
display: none !important;
}
</style>
{% endunless %}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Amazing, thank you!
Hi GemPages
I wondered if you could help me.
My shopify chat feature has recently stopped appearing on the front end.
im not sure what's caused this, i havent' added anything new.
any ideas how i can check if the code is correct?
or, any other ideas?
Lizzie
can you please show a screenshot where exactly you pasted the code? i pasted it in between head and body but nothing happens....
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025