Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
I have a TryInteract quiz popup on my website. I'd like to disable it from one of my pages but keep it running on the rest of the website. Does anyone know how to do that?
This is the page where I'd like to disable the popup:
https://lacsonravello.com/pages/bfcm-sign-up
Attached is screenshot of popup that appears.
Is there a custom liquid code that I can copy and insert? My theme is Broadcast.
I appreciate any insight or help.
Best,
Kristina
Solved! Go to the solution
This is an accepted solution.
Hello @LacsonRavello
I would like to give you some recommendations to support you.
You can follow to hide popup on page with url '/pages/bfcm-sign-up':
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste the below code before </head>
{% if page.url == '/pages/bfcm-sign-up' %}
<style>
#interact-promotion-popup {
display: none !important;
}
</style>
{% endif %}
Hope my recommendation can works and support for you!
Best regards,
GemPages Support Team
This is an accepted solution.
Hello @LacsonRavello
I would like to give you some recommendations to support you.
You can follow to hide popup on page with url '/pages/bfcm-sign-up':
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste the below code before </head>
{% if page.url == '/pages/bfcm-sign-up' %}
<style>
#interact-promotion-popup {
display: none !important;
}
</style>
{% endif %}
Hope my recommendation can works and support for you!
Best regards,
GemPages Support Team
Hi GemPages Support Team,
The code worked! Thank you!
—Kristina
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