Motion Theme: Change position of slideshow to be behind header

Hi everyone,
I need your help with the following if thats ok?

I want to put my slideshow behind my header and also make my header transparent, that way it’s smoother and the slideshow and header are intersecting making the page more seamless. The page I’m talking about: https://www.huio.io/collections/all I am struggling to find the section to edit the code and also what kind of parameters need to be set with the slideshow template to be perfectly underneath the header.

Hi @BejaySmith ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Find theme.liquid file-> Search “” and paste below code before :
{% if collection.handle == 'all' %}

{% endif %}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Incredible work! Thank you so much!