Hello there,
Could you assist me with a technical issue I am facing?
I have been trying to find the code to hide the footer menu on a specific page on my website, but I want to ensure that the copyright footer text remains visible. I am using Dawn 8.0
In general, I’m using this code to hide the complete footer. And I use it directly in custom liquid through the design custom panel.
.header-wrapper{ display: none !important; } footer.footer{ display: none !important; }I hope someone finds an answer to my problem.
Thank you for your time and assistance!