Header change colour on scroll + different header for product pages

Hi there,

I would like my header’s text + image to change on scroll. I want all text and icons to be black. Additionally, I would like this only to affect the home page, the other pages should have a different header that is not transparent and will not change colour on scroll.

Theme: Sense

Website: Vitalum.co.uk

Thanks for any help!

1 Like

Hi @Vitalum

You can do that by adding this code to your theme.liquid file, after in Online Store > Themes > Edit code

{% if template == 'index' %}

{% endif %}

Best Regards,

Dan from Ryviu