How to make logo white on homepage only, while keeping it black on rest of site [Pipeline Theme]

Hi there. Is there a way to make my logo white on my homepage only so that it shows on our dark colored hero banner? Thanks!

@madetoroam For that you need to edit your header file where the code for logo resides and put the condition below:

{% if template.name == "index" %} 
 
{% else %}
 
{% endif %}

Hello @madetoroam

Can you share store URL?