Customize Form Button Padding and Font Size in Squarespace
Adjusting button styles for a sleek, modern look using this CSS code:
/* Update Form Text and Padding * /.sqs-editable-button { padding: 2px 60px !important; /* adjust to spec*/ font-size: .8em !important; /* adjust size to spec */ }