How do I delete my footer of my homepage?

hi!

is it possible to delete the footer of the homepage? and only have it on when I enter the website? because now it’s all mixed up on my homepage:

www.gallerychristian.com

password: Christianshop123

thanks!

hi @christian_russo ,

if you just want delete footer section on homepage, this is solve to you:

{%- unless template.name contains ‘index’ -%}
{% section ‘footer’ %}
{%- endunless -%}
You can go to Online Stores => Themes => Edit Code => layout/theme.liquid => find to line {% section ‘footer’ %} remove it and then instead it as short code above.
Hope will helpful to you!

thank you so much!

1 Like