Can anyone help me with why there is code written on the bottom of my website theme?
I don’t understand why it is there and how to remove it?
Thank you! Kate
Can anyone help me with why there is code written on the bottom of my website theme?
I don’t understand why it is there and how to remove it?
Thank you! Kate
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hello @KateKline
Go to code editor >> layout > theme.liquid
and search for {% section ‘footer’ %}
below it you will find the code and remove it.
or directly you can search ‘CTRL + f’ for ‘.template-index’ and will get the code lines.
Hi @KateKline ,
Please go to Actions > Edit code > layout > theme.liquid file. Find ‘.template-index’, it will be at the bottom of the file. Then you just need to remove the code showing the error, it will work fine.
Because this code is CSS so if you want to add code you need to include ‘’ tag for it. Refer https://www.w3schools.com/tags/tag_style.asp
Hope it is clear to you.