How to customize your SquareSpace Newsletter form

This tutorial will show you how to customize your SquareSpace Newsletter form.  You may want to make your site attractive to users and wish to redesign your newsletter form.  

This will code will work on Squarespace 7.1.

Complexity: Easy


Step 1

Go to Design > Custom CSS and paste the code.

/* Customize Newsletter Fields */
.newsletter-form-field-element {
background: #ebca14 !important; //background colour
border-top:  !important;
border-left: !important;
border-right: !important;
border-bottom: solid 3px #f4660b !important;
}

To adjust bottom line, you simply change the the border-bottom size value, in this case the value used is 3px.

Newsletters

Step 2

To adjust the Newsletter form field size, you can use the code below.

/* Reduce fields */
input {
 width: 375px;
 height: 24px;
}
Newsletters

Step 3

To adjust the size of the newsletter form button, you can use the code below.

/* Reduce form button size */
body:not(.button-style-default) .newsletter-form .newsletter-form-button {    
  padding: .85rem .85rem !important;
}
 


All work in this guide is provided ?“AS IS”. Other than as provided in this agreement, this guide makes no other warranties, express or implied, and hereby disclaims all implied warranties, including any warranty of fitness for a particular purpose.

If you require professional advice, we recommend that you purchase the services of a developer.

Primitus Consultancy

We work with small and medium-sized businesses to help create a professional online presence. We provide a one shop full-service design studio in London, United Kingdom. 

https://primitusconsultancy.co.uk
Previous
Previous

How to redirect to another page on clicking on the ‘Add To Cart’ button

Next
Next

How to hide the promotional pop up on specific pages