Motion theme: How to hide popups from certain pages

I’ve enabled a popup to direct visitors to visit our Shop, but I don’t want that popup to appear when they’re on our Collection page or our Product page. Is there a way to prevent this pop up from showing up on Shop pages? Thanks for your help!

@tippithole
Hii,
Can You Please share Your Store URL…

https://thinkflorasophy.com

Thank you!

@tippithole
Hii,
GO to your theme > Action > Edit code > layout > theme.liquid file
check pop-up code

and add this code and check condition
{% if template == ‘index’ %}
“popup code”
{% endif %}

if not resolve your issue then share your store Details i will help you