Any code to hide the footer on the home page of Montauk theme?
I am using the following code. It hid the navigation bar perfectly but I can still see the entire footer.
<style> #topNav { display: none; } #header { display: none; } #pageFooter { display: none; } </style>Thank you!