When Squarespace engineers replaced the asterisk with (required) thing, form labels became not as clear as earlier. Let’s make them bold for easier scanning.

Alternatively, learn how to remove (required) and bring the asterisk back.

Add this code to PagesWebsite ToolsCustom CSS:

.form-block {
  .title span:not(description), // regular inputs
  .caption-text // address
  {
  font-weight: bold !important;
  }
}

On this page