Header change colour on scroll + header only transparent on home page

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!

Hi @Vitalum
Can you try adding the below code just before in “theme.liquid”

{% if template contains 'index' %}

If you'd like to discuss this more, don't hesitate to send me a PM.

If this information was helpful to you, please give it a **Like**. If it resolved your issue, kindly hit **Like and mark it as the Solution**! Thank you!

Hi there, this has made it black in both instances. I would like it white when not sticky and black when sticky. Thanks for your help.