Please update code to this
{% if template == 'index' %}
{% else %}
{% endif %}
Goal: Make the mobile logo invert (switch color) only while overlapping the homepage slideshow banner, mirroring desktop behavior.
What happened:
Fix provided:
Notes:
Outcome: The requester confirmed the update resolved the issue; discussion closed/resolved.
Please update code to this
{% if template == 'index' %}
{% else %}
{% endif %}