Transparent video container floating on top of collection page - how to remove?

Startup Theme.

Hi, I have a video container over my collection page which prevents users clicking links. How do i remove this?

thanks

Chris

Can you drop the site link?

BREATHE Airmonitor Pro – Breathe Tech USA (breathe-tech.com)

p/w victoria1982

Sorry, just realised it is on Debut Theme now

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before

{%  if template contains 'collection' %}  

    {%  endif %}

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

That has fixed it - thank you very much!

I am glad that my recommendation is helpful to you :grin: .