Do you know how to change logos on different pages?

Hello, I am trying to figure out a method to make it so when you go onto a specific page, the logo changes. Is this possible? Thanks.

Hello @Noblec ,

You can use logic like this

{% if template == 'index' %}
First logo code here
{% elsif  template == 'collections' %}
Another logo code here
{% else %}
Default logo code here
{% endif %}

Thanks

1 Like

Hey, thanks for responding. Would you place this code in header.liquid?

@Guleria how much would it cost for you to go into my theme and do it? Cheers.

Please drop email here guleriathakur43@gmail.com