Hello all,
I’m sorry, I know this has been asked before, trust me ive spent the last seven hours today scrolling through various websites and your forum each claiming the have the answer.
I have had enough … sigh so here is my specific problem.
My original problem that I had tried to fix was that I wanted to remove the header, nav and footer from a specific page.
I have managed so far to remove the header and nav, but for some reason the footer doesn’t behave the same way.
I am trying to remove the footer from a specific page.
These are the steps I have taken …
Created a new template called “page.landing.liquid”
I then input this code at the bottom of it to hide these displays
nav { display:none; } header { display:none; } footer { display:none; }This successfully hid the header and nav, but not the footer. Why is this happening?! Can anyone please help me with a solution?
page in question is here - https://www.sandngrit.co.uk/pages/skate-sng
Any help appreciated,
George
SNG