Bold Site Title Squarespace

To make site title bold in Squarespace, you can adjust this setting in Site Styles (choose 700)

or use this code to Custom CSS

a#site-title {
  font-weight: bold !important;
}

1 Like