Hi everyone!
I’m relatively new to Shopify and trying to make my first store.
Currently i was able to implement a transparent header to my homepage by adding following code to my theme.liquid file:
{% if template == 'index' %}
{% endif %}
As of right now, the header stays visible all the time, even though I selected the sticky header only when scrolling up option.
What I want to achieve now is that when I scroll down, the header should not be visible anymore but when I scroll up, the header should reappear in color.
Thank you in advance


