Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello, I am working with the Symmetry theme, and am having trouble removing the footer on two pages (I'd like to keep the footer on all other pages). I've tried the help bot, etc to no avail.
Solved! Go to the solution
This is an accepted solution.
Hi @SportsPlus ,
I have written custom code to get this done. To do this you will have to edit theme.liquid.
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the below code just above </head>
{% if page.handle == "PAGE HANDLE HERE" or page.handle == "PAGE HANDLE HERE" %}
<style>
div#pagefooter {
display: none;
}
</style>
{% endif %}
Note:
1. Please take backup of the original file so that you can revert the changes.
2. Please replace "PAGE HANDLE HERE" with the handle of the page where you want to remove the footer.
If you are not comfortable editing the handle, you can provide me a list of pages where you want to remove the footer and i can write a working code for you.
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
This is an accepted solution.
Hi @SportsPlus ,
I have written custom code to get this done. To do this you will have to edit theme.liquid.
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the below code just above </head>
{% if page.handle == "PAGE HANDLE HERE" or page.handle == "PAGE HANDLE HERE" %}
<style>
div#pagefooter {
display: none;
}
</style>
{% endif %}
Note:
1. Please take backup of the original file so that you can revert the changes.
2. Please replace "PAGE HANDLE HERE" with the handle of the page where you want to remove the footer.
If you are not comfortable editing the handle, you can provide me a list of pages where you want to remove the footer and i can write a working code for you.
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025