Skip to content
All Answers
Forms

How do I change the form label size and style in Squarespace?

Form labels in Squarespace 7.1 use the .form-item .title selector. You can change the font size, weight, color, and margin to better match your site's typography.

Adding a bit of bottom margin between the label and input improves readability. Bold labels at a slightly smaller size than the input text is a clean, modern pattern.

.form-item .title {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #333333 !important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px !important;
}

/* Required field indicator */
.form-item .required {
  color: #e63946 !important;
}
Customize all form elements with our Form Styler toolTry it free →

Related Questions

Forms

How do I style the contact form input fields in Squarespace?

Forms

How do I change the form submit button color in Squarespace?

Forms

How do I change the placeholder text styling in Squarespace forms?

Forms

How do I remove the borders from Squarespace form fields?

A little over your head?

No shame — this stuff is hard. Let the pros handle it.

Long Drive MarketingTalk to Long Drive Marketing →