Hello,
I am trying to remove the footer on the HOME PAGE ONLY of the Dawn theme. There is no theme.css.liquid file under assets so i can’t use the the fix provided by other shopify experts. Please help.
Hello,
I am trying to remove the footer on the HOME PAGE ONLY of the Dawn theme. There is no theme.css.liquid file under assets so i can’t use the the fix provided by other shopify experts. Please help.
Hi @jonmalonellc ,
You can follow the instruction below:
{% unless template contains 'index' %}
{% section 'footer' %}
{% endunless %}
I hope it would help you.