Remove newsletter block header padding
In this article, you’ll learn how to remove the newsletter block header padding in Squarespace - no fluff, just what you need to know. If you find the article useful, feel free to share it with the world using the social sharing icons on this page. Thank you!
1. Why use this code?
The newsletter block in Squarespace is a fantastic tool (you’ll see I use it below, and throughout my entire site). The downside is that if you don’t want to give it a header using the block’s native header input, you get an obscene amount of padding that throws the spacing of your page off. Bad times. This handy little snippet fixes that with ease.
You can target all newsletter blocks globally with the first code snippet, or just one newsletter block using the second snippet. Look at the headings to see which one you need.
🚨 You’ll need to download the Squarespace Block Identifier chrome extension to target the correct section in the second code.
Paste where? Design > Custom CSS
Want a framework for designing the perfect homepage?
// Remove newsletter header padding globally //
.newsletter-block .newsletter-form-header-description p {
display: none
}
// Remove newsletter header padding for one block //
#BLOCK-ID {
.newsletter-block .newsletter-form-header-description p {
display: none
}
}
Need an expert to build your Squarespace website?
Book a free kick-off call with our team to discuss your project requirements in detail.