How to create a Coming Soon page in Squarespace 7.1
Squarespace stands out as an exceptional all-in-one platform, offering everything from blogging and e-commerce to email marketing and integrated scheduling. It's a favorite for many due to its comprehensive features.
However, there are instances where you might want a little extra flair, like a captivating "coming soon" page akin to those found in BrittaMade Templates.
Today, I'll guide you through the process of creating one yourself!
Step 1: Create your coming soon page as you normally would on a new Squarespace page.
Step 2: Go to the settings and click on the advanced .
Step 3:Inject the following code into the 'PAGE HEADER CODE INJECTION.
CSS:
</style>
<pre class="source-code">
<style>
footer, header {
display: none !important;
}
</style>
This code will effectively hide the footer and header elements.