How can I completely remove the footer on the Debut theme?

I’m hoping to completely remove (hide) the footer on my website, which is on the Debut theme.

Could someone help?

Cheers,

Justin

Hey Justin,

  1. Open your layout/theme.liquid file

  2. Around the bottom of the file remove this:

{% section 'footer' %}
  1. Save

If this helps you please accept my answer and give me a thumbs up! Thank you

2 Likes

Hey, thanks for helping. I was wondering how do I add it back after removing it. I removed it however it didn’t look how I expected it to look. But when I go back to the code, it is still there, but I do not have the footer on my site.