(Squarespace) Change heading 2 size on one page

To change heading 2 size (h2) on One Page.

You can find Page ID.

In my example, it is: #collection-67b562ffdf9c422667881cbb

Next, use this code to Custom CSS box.

#collection-67b562ffdf9c422667881cbb h2 {
    font-size: 50px !important;
  }

1 Like