How to use different header in different page?

Hi, I’ve uploaded my logo file(white-colored text) on my homepage header.

But on other pages such as product pages, the background color of the page is white so my logo can’t be seen clearly.

I want to change my logo file( different header image) on different pages. How should I do it?

Thank you very much!

Hello Kimmylishi,

You can add the logos in different condition such as

{% if template.name != "index" %} 
 do something
{% endif %}

You can use this condition for the homepage logo and then add the other pages logo in else condition

Thank you very much for your reply. But I am new to shopify, could you please tell me where should I add this in?

Hello Kimmylishi,

I can assist you in doing so but will need the access to your store. You can DM me for the further process.