Hi All,
I removed the header and footer from my landing page with the following CSS code:
<style>.header,#footer-sections{display:none!important;} </style>
It worked, however, I now have a line of dashes at the top (several lines on mobile)
Any idea where I went wrong?