Your Own Newsletter Block Background

Summary Block
This block is invalid. Please check the block settings and try again.

Look Demo

Add your own background image to the newsletter block. This plugin uses css editor and works with all template families.

How To Install

From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.

// Newsletter Block Background // 

.newsletter-block {
  padding: 50px !important;
  border-radius: 20px;
  background-image: url(IMAGE-URL-HERE);
  background-size: cover;
}

Customize

Replace IMAGE-URL-HERE with the link to your own image. Change the padding and border radius values to your liking.

Colors and font styles can be done directly in your Squarespace settings.

License

This plugin comes with an Unlimited Use License. View License Terms

Summary Block
This block is invalid. Please check the block settings and try again.