Can I use different colored logos for the home page and other pages?

Hi! Is it possible to have a white color logo for the header on the home page and black on all the other pages? (Debut Theme)

Hey @joostk123
Kindly share your Store URL and Password if enabled

https://joost-proof-store.myshopify.com/

meines

Hey @joostk123

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.
{% if template == 'index' %}

{% endif %}

{% if template.name != "index" %} 

{% endif %}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you very much! Do you maybe know how to change the text color of the header except for on the home page?