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
Hey @joostk123
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- 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?