bertacabestanyBC 0 Posted November 7 Hi, I've got a website on Squarespace with Marta's template and I would like to hide the header and footer from one page. I've tried with CSS code's I found on internet but none of them work for my template. Please help!!! Share this post Link to post
colin.irwin 17,351 Posted November 7 Find the collection id of the page in question. You do this by inspecting the source code and looking at the body tag. Then insert the collection id into the following code (making sure you keep the # character in the code) and paste the edited code into your custom css area. #collection-id-here { header, footer { display: none !important; } } Please hit LIKE to share your appreciation of posts that are helpful or useful. The like button is somewhere over there Of course, Likes don't pay the bills.. If you're looking for a Squarespace Developer you can hire me here Share this post Link to post
bertacabestanyBC 0 Posted November 7 Hi Colin , Thanks for your help, I've tried following your instructions but still not hiding... 😢 Find screen shots below Share this post Link to post
colin.irwin 17,351 Posted November 7 That's not where you inject it.. Put it in Design > Custom CSS 1 bertacabestanyBC reacted to this Please hit LIKE to share your appreciation of posts that are helpful or useful. The like button is somewhere over there Of course, Likes don't pay the bills.. If you're looking for a Squarespace Developer you can hire me here Share this post Link to post
bertacabestanyBC 0 Posted November 7 Oh!!! Works perfect now!!! Thanks!!!!😁 How could I fix where it says ''BERTA'S JOURNAL'' as a header now? https://www.bertacabestany.com/weekly-journal Also, how can I configure it to open in a new tab once they click JOURNAL in the home page? Share this post Link to post