Hi, I am looking for a solution to use different colored logos on different pages of my site (https://lotushausstudio.com/)
On my home page, I would like the uploaded logo image to be white. On all my other pages, I would like it to be red. I’ve uploaded both in my Assets folder.
I’ve read a few articles, and it seems like I need to insert an IF condition…but none of the articles have helped This is the code I tried inserting within the header ( and ) of my theme.liquid file:
{% if template.name == “index” %}
{% else %}
{% endif %}
Any idea where I went wrong?
Articles I referenced: https://community.shopify.com/c/Shopify-Design/How-to-have-a-different-colour-of-logo-on-different-pages/td-p/750916
https://shopify.github.io/liquid-code-examples/example/header-logo